commit | 9bb758cee7f1694807ebe600b6230fb8e565d3ea | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Sep 02 23:01:40 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Sep 02 23:01:40 2014 +0200 |
tree | fdce260dfd2eeb0fb512332105475c6286eeba04 | |
parent | 5791a5403b130323db98b8d8dd36e31adb37a1e9 [diff] |
Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY Ensure also that the tv_usec field is consistent: in range [0; 999999].