Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-103417: Fix the scheduler example (GH-111497) #115909

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 25, 2024

Arguments to enterabs() are specified as Unix time.
If the scheduler use the time.monotonic timer, the code will take
decades to complete.
(cherry picked from commit cb287d3)

Co-authored-by: mauricelambert 50479118+mauricelambert@users.noreply.github.com


📚 Documentation preview 📚: https://cpython-previews--115909.org.readthedocs.build/

Arguments to enterabs() are specified as Unix time.
If the scheduler use the time.monotonic timer, the code will take
decades to complete.
(cherry picked from commit cb287d3)

Co-authored-by: mauricelambert <50479118+mauricelambert@users.noreply.github.com>
@bedevere-app bedevere-app bot added the docs Documentation in the Doc dir label Feb 25, 2024
@serhiy-storchaka serhiy-storchaka merged commit 6324d9b into python:3.11 Feb 25, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants