Skip to content
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

bpo-42972: Fully support GC protocol for _queue.SimpleQueue #26372

Merged
merged 1 commit into from May 27, 2021

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented May 25, 2021

https://bugs.python.org/issue42972

@erlend-aasland erlend-aasland requested a review from rhettinger as a code owner May 25, 2021
@erlend-aasland erlend-aasland requested a review from pablogsal May 25, 2021
@erlend-aasland erlend-aasland changed the title bpo-42792: Fully support GC protocol for _queue.SimpleQueue bpo-42972: Fully support GC protocol for _queue.SimpleQueue May 25, 2021
@vstinner vstinner merged commit 4d7f8f9 into python:main May 27, 2021
11 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 27, 2021

Thanks @erlend-aasland for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 27, 2021

GH-26406 is a backport of this pull request to the 3.10 branch.

miss-islington added a commit to miss-islington/cpython that referenced this issue May 27, 2021
…-26372)

(cherry picked from commit 4d7f8f9)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 27, 2021

Thanks @erlend-aasland for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

vstinner pushed a commit that referenced this issue May 27, 2021
GH-26406)

(cherry picked from commit 4d7f8f9)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@erlend-aasland erlend-aasland deleted the bpo-47972/queue branch May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants