Staging
v0.8.1
https://github.com/python/cpython
Revision ad95c2d25c5fe5c4c88b73de2c60722ba56572e9 authored by Victor Stinner on 28 March 2012, 00:54:15 UTC, committed by Victor Stinner on 28 March 2012, 00:54:15 UTC
clock_gettime(CLOCK_REALTIME) has a better resolution than gettimeofday().
time.time() falls back on gettimeofday() (and then on other functions) on
error.
1 parent 74eb6c0
History
Tip revision: ad95c2d25c5fe5c4c88b73de2c60722ba56572e9 authored by Victor Stinner on 28 March 2012, 00:54:15 UTC
time.time() now uses clock_gettime(CLOCK_REALTIME) if available
Tip revision: ad95c2d
File Mode Size
c-api
data
distutils
extending
faq
howto
includes
install
library
packaging
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.7 KB
Makefile -rw-r--r-- 6.8 KB
README.txt -rw-r--r-- 5.1 KB
about.rst -rw-r--r-- 1.3 KB
bugs.rst -rw-r--r-- 3.3 KB
conf.py -rw-r--r-- 5.9 KB
contents.rst -rw-r--r-- 415 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 31.1 KB
license.rst -rw-r--r-- 46.2 KB
make.bat -rw-r--r-- 1.5 KB

README.txt

back to top