SIGN IN SIGN UP

bpo-21302: Add clock_nanosleep() implementation for time.sleep() (GH-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>
L
Livius committed
85a4748118c3793be7047ecbcbfc79dd07cb2a75
Parent: 3e19409
Committed by GitHub <noreply@github.com> on 9/13/2021, 12:37:38 PM