]> granicus.if.org Git - python/commit
Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime()
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 7 Feb 2012 22:41:01 +0000 (23:41 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 7 Feb 2012 22:41:01 +0000 (23:41 +0100)
commit09225b73c1460c2b725b009eb8c9cf320fa22d5d
tree81b770ae0401745e4584215b478e352729819be5
parent8b30201f7d3028628aba1b4bec203a7b507de73b
Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime()
to have a resolution of 100 ns instead of 1 ms (the clock accuracy is between
0.5 ms and 15 ms).
Misc/NEWS
Python/pytime.c