]> granicus.if.org Git - python/commit
Trent Mick <trentm@activestate.com>:
authorFred Drake <fdrake@acm.org>
Thu, 29 Jun 2000 20:56:28 +0000 (20:56 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Jun 2000 20:56:28 +0000 (20:56 +0000)
commitdfb4ebda24c1393888779357a4c9bd5bf7e4eaee
tree1488e6f4aa2d991d1a6478025ff9e3f97c296dc1
parenta3f6e91307fa45c5eb88c3dd7c573ba5ad7df199
Trent Mick <trentm@activestate.com>:
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().

This closes SourceForge patch #100512.
Modules/timemodule.c