Skip to content
main
Switch branches/tags
cpython/Modules/
cpython/Modules/

Latest commit

…28111)

In Unix operating systems, time.sleep() now uses the clock_nanosleep() function,
if available, which allows to sleep for an interval specified with nanosecond precision.

Co-authored-by: Victor Stinner <vstinner@python.org>
85a4748

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Source files for standard library extension modules,
and former extension modules that are now builtin modules.