gh-156476: Ignore timeout in pure Python SimpleQueue.get() when block is false - #156477
Conversation
StanFromIreland
left a comment
There was a problem hiding this comment.
LGTM, just a little nit.
…Qhxc7.rst Co-authored-by: Stan Ulbrych <stan@python.org>
|
Thanks @aisk for the PR, and @StanFromIreland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
Merged, thanks! |
|
GH-156487 is a backport of this pull request to the 3.15 branch. |
|
GH-156488 is a backport of this pull request to the 3.14 branch. |
|
GH-156489 is a backport of this pull request to the 3.13 branch. |
|
|
…is false (python#156477) Co-authored-by: Stan Ulbrych <stan@python.org>
So the buildbot failure is not related to this PR. |
SimpleQueue.get()raisesValueErrorwhen block is false and timeout is given #156476