-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
sched scheduler.queue class member is unordered #46169
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
Comments
In Python 2.4, retrieving sched's scheduler.queue class member would Since Python 2.5, the same operation retrieves a list of unordered |
Raymond touched it last. :-) Perhaps r38041 is to blame? |
Looking at that change more, the queue is now maintained as a heapq. |
Indeed, the queue is not directly exposed by a method, but the |
Sure. |
Will add a method that returns an ordered list of events. |
Checked-in in rev 60024. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: