]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 2 Sep 2014 21:01:40 +0000 (23:01 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 2 Sep 2014 21:01:40 +0000 (23:01 +0200)
commit9bb758cee7f1694807ebe600b6230fb8e565d3ea
treefdce260dfd2eeb0fb512332105475c6286eeba04
parent5791a5403b130323db98b8d8dd36e31adb37a1e9
Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY

Ensure also that the tv_usec field is consistent: in range [0; 999999].
Python/pytime.c