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
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 7.3 KB
README.rst -rw-r--r-- 4.3 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.2 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 48.4 KB
license.rst -rw-r--r-- 46.2 KB
make.bat -rw-r--r-- 5.1 KB

README.rst

back to top