Staging
v0.8.1
Revision bdaeb7d237462a629e6c85001317faa85f94a0c6 authored by Victor Stinner on 16 October 2017, 15:44:31 UTC, committed by GitHub on 16 October 2017, 15:44:31 UTC
* Rewrite win_perf_counter() to only use integers internally.
* Add _PyTime_MulDiv() which compute "ticks * mul / div"
  in two parts (int part and remaining) to prevent integer overflow.
* Clock frequency is checked at initialization for integer overflow.
* Enhance also pymonotonic() to reduce the precision loss on macOS
  (mach_absolute_time() clock).
1 parent 0df1905
History
File Mode Size
CODEOWNERS -rw-r--r-- 1.5 KB
CONTRIBUTING.rst -rw-r--r-- 2.3 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 316 bytes
appveyor.yml -rw-r--r-- 711 bytes
codecov.yml -rw-r--r-- 482 bytes

back to top