]> granicus.if.org Git - python/commit
Issue #9642: Fix the definition of time.clock() on Windows
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 11:55:40 +0000 (13:55 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 11:55:40 +0000 (13:55 +0200)
commit9122fdd8fae87190a47a94767b7f0157478306ef
tree1185d7bc1802dd81949429f1101d0f375f6ccdb0
parentd64e8a75e5138d5e5970f0c70995ae5cc377c421
Issue #9642: Fix the definition of time.clock() on Windows

Don't unset and set againt the HAVE_CLOCK define, reorder the #if tests
instead. Fix also the definition of the timezone encoding.
Modules/timemodule.c