Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
gh-138253: Fix compatibility of sub-interpreters queues with queue.Queue#138256
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-138253: Fix compatibility of sub-interpreters queues with queue.Queue#138256
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…eue.QueueAdd the block parameter in the put() and get() methods ofthe concurrent.interpreters queues for compatibility with thequeue.Queue interface.
Misc/NEWS.d/next/Library/2025-08-30-10-58-15.gh-issue-138253.9Ehj-N.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…Ehj-N.rstCo-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
sobolevn left a comment
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.
thanks! this looks like a good solution, fortunatelly we discovered it before 3.14.0 :)
gpshead commentedAug 31, 2025
Up to@hugovk to decide if this is worthy of being in a rc. This is a bugfix on an obvious omission within a brand new public API, it'd also make sense for 3.14.1 as well given the 3.14.0rc2 docs already documented that the |
ericsnowcurrently left a comment
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
cb18269 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…eue.Queue (pythonGH-138256)Add the block parameter in the put() and get() methods ofthe concurrent.interpreters queues for compatibility with thequeue.Queue interface.(cherry picked from commitcb18269)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-138367 is a backport of this pull request to the3.14 branch. |
…with queue.Queue (pythonGH-138256) (python#138367)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…eue.Queue (pythonGH-138256)Add the block parameter in the put() and get() methods ofthe concurrent.interpreters queues for compatibility with thequeue.Queue interface.
Uh oh!
There was an error while loading.Please reload this page.
Add the block parameter in the put() and get() methods of the concurrent.interpreters queues for compatibility with the queue.Queue interface.