]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)
authorVictor Stinner <vstinner@python.org>
Sat, 25 Sep 2021 12:36:26 +0000 (14:36 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Sep 2021 12:36:26 +0000 (14:36 +0200)
commit7834ff26cbcd4d8394d64d80d9f51a364d38b1c6
treee7c785c78db85d08be01a0f081589ea6d1a48614
parent71f8ff45c62bd6b792919ac7c3804a8628ae12cb
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)

Co-authored-by: Livius <egyszeregy@freemail.hu>
Doc/library/time.rst
Doc/whatsnew/3.11.rst
Misc/NEWS.d/next/Library/2021-09-22-23-56-15.bpo-21302.vvQ3Su.rst [new file with mode: 0644]
Modules/timemodule.c
configure
configure.ac
pyconfig.h.in