This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tmick
Recipients
Date 2000-06-07.03:04:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Mark Hammond provided (a long time ago) a better Win32 specific time_clock
implementation in timemodule.c. The library for this implementation does not
exist on Win64 (yet, at least). This patch makes Win64 fall back on the
system's clock() function for time_clock().
History
Date User Action Args
2007-08-23 14:59:29adminlinkissue400512 messages
2007-08-23 14:59:29admincreate