8000 [3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size by ericsnowcurrently · Pull Request #135778 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size #135778

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

Merged

Conversation

ericsnowcurrently
Copy link
Member
@ericsnowcurrently ericsnowcurrently commented Jun 20, 2025

We weren't handling non-positive maxsize values (including the default) properly
in Queue.full(). This change fixes that and adjusts an associated assert.

(cherry picked from commit c5ea8e8, AKA gh-135724)

…ault max_size (pythongh-135724)

We weren't handling non-positive maxsize values (including the default) properly
in Queue.full().  This change fixes that and adjusts an associated assert.
@ericsnowcurrently ericsnowcurrently enabled auto-merge (squash) June 20, 2025 22:57
@ericsnowcurrently ericsnowcurrently merged commit 666795a into python:3.13 Jun 23, 2025
65 of 67 checks passed
@ericsnowcurrently ericsnowcurrently deleted the fix-queue-is-full-313 branch June 23, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0