-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-109706: Fix multiprocessing test_nested_startmethod() #109707
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
Conversation
Don't check order, queue items can be written in any order.
cc @pitrou |
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.
LGTM, thanks. This behavior is arguably non-intuitive...
Well... I'm no longer surprised by surprising multiprocessing behavior :-D |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…nGH-109707) Don't check order, queue items can be written in any order. (cherry picked from commit b03a791) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-109762 is a backport of this pull request to the 3.12 branch. |
…nGH-109707) Don't check order, queue items can be written in any order. (cherry picked from commit b03a791) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-109763 is a backport of this pull request to the 3.11 branch. |
Merged. Thanks for the review @pitrou. I wasn't sure about that one! |
…n#109707) Don't check order, queue items can be written in any order.
…n#109707) Don't check order, queue items can be written in any order.
Don't check order, queue items can be written in any order.