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 operator heap types #26371

Merged
merged 2 commits into from May 27, 2021

Conversation

@erlend-aasland
Copy link
Contributor

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

https://bugs.python.org/issue42972

Modules/_operator.c Show resolved Hide resolved
Modules/_operator.c Show resolved Hide resolved
@erlend-aasland erlend-aasland requested a review from vstinner May 27, 2021
@vstinner vstinner merged commit f4b70c2 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.
🐍🍒🤖

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

(cherry picked from commit f4b70c2)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@erlend-aasland erlend-aasland deleted the bpo-47972/operator branch May 27, 2021
@vstinner
Copy link
Member

@vstinner vstinner commented May 27, 2021

3.10 backport: #26413

vstinner pushed a commit that referenced this issue May 27, 2021
…) (GH-26413)

(cherry picked from commit f4b70c2)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants