Staging
v0.5.1
https://github.com/python/cpython
Revision cba9a0c6def70549046f1afa6a80e38fe706520e authored by Victor Stinner on 12 October 2017, 15:51:56 UTC, committed by GitHub on 12 October 2017, 15:51:56 UTC
time.clock() and time.perf_counter() now use again C double
internally.

Remove also _PyTime_GetWinPerfCounterWithInfo(): use
_PyTime_GetPerfCounterDoubleWithInfo() instead on Windows.
1 parent 0e61e67
History
Tip revision: cba9a0c6def70549046f1afa6a80e38fe706520e authored by Victor Stinner on 12 October 2017, 15:51:56 UTC
bpo-31773: time.perf_counter() uses again double (GH-3964)
Tip revision: cba9a0c
File Mode Size
python-mappings
Makefile -rw-r--r-- 1.7 KB
comparecodecs.py -rwxr-xr-x 1.4 KB
gencjkcodecs.py -rw-r--r-- 1.9 KB
gencodec.py -rw-r--r-- 12.0 KB
genwincodec.py -rw-r--r-- 1.7 KB
genwincodecs.bat -rw-r--r-- 201 bytes
listcodecs.py -rw-r--r-- 1021 bytes
makeunicodedata.py -rw-r--r-- 47.7 KB
mkstringprep.py -rw-r--r-- 10.0 KB

back to top