We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb9636 commit 1ed9877Copy full SHA for 1ed9877
Doc/whatsnew/3.14.rst
@@ -617,6 +617,16 @@ sys.monitoring
617
Two new events are added: :monitoring-event:`BRANCH_LEFT` and
618
:monitoring-event:`BRANCH_RIGHT`. The ``BRANCH`` event is deprecated.
619
620
+
621
+time
622
+----
623
624
+* Ensure that :func:`time.sleep(0) <time.sleep>` does not accumulate delays on
625
+ POSIX platforms. The implementation always uses :manpage:`select(2)` even if
626
+ the :manpage:`clock_nanosleep` or :manpage:`nanosleep` functions are present.
627
+ (Contributed by Bénédikt Tran in :gh:`125997`.)
628
629
630
tkinter
631
-------
632
0 commit comments