Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update blurb
  • Loading branch information
picnixz committed Jan 7, 2025
commit c4ce9cc7ecd13b4935c3d17bfab64f66143d992f
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Ensure that :func:`time.sleep(0) <time.sleep>` does not degrade over time
on non-Windows platforms. Patch by Bénédikt Tran.
Ensure that the duration of :func:`time.sleep(0) <time.sleep>` is as small
as possible on non-Windows platforms when :manpage:`clock_nanosleep(2)`
or :manpage:`nanosleep(2)` are used to implement :func:`!time.sleep`.
Patch by Bénédikt Tran.