Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-96471: Correct docs for queue shutdown raises#115838
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-96471: Correct docs for queue shutdown raises#115838
Uh oh!
There was an error while loading.Please reload this page.
Conversation
4fdeb68
to63bdd42
Compare63bdd42
toc1bcb5d
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks! Two nits and then I'll merge this. (I feel bad that I didn't catch this in review.)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
This comment was marked as duplicate.
This comment was marked as duplicate.
Sorry, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Please fix the nits I called out.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I have made the requested changes; please review again |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Queue.join()
andQueue.task_done()
documentation (including doc-string)Queue.shutdown()
behaviour (it doesn't raise itself, but causes other methods to raise)Queue.task_done()
is called byQueue.shutdown(immediate=True)
for each item in the queueCaused by:#104750
📚 Documentation preview 📚:https://cpython-previews--115838.org.readthedocs.build/