Skip to content

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

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
merged 1 commit into from
Jun 20, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington 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)

Co-authored-by: Eric Snow [email protected]

…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.
(cherry picked from commit c5ea8e8e8fc725f39ed23ff6259b3cc157a0785f)

Co-authored-by: Eric Snow <[email protected]>
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.

2 participants