-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370) #26370
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
Conversation
Thanks @erlend-aasland for the PR, and @tiran for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
…6370) (cherry picked from commit dcb8786) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-26399 is a backport of this pull request to the 3.10 branch. |
Thanks, @tiran ! |
…H-26399) (cherry picked from commit dcb8786) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
This PR introduced a regression: it added a GC type without fully implementing the GC protocol. See: |
Unfortunately, this PR also has introduce reference leaks in the urllib module:
example failure: |
Fixed by https://bugs.python.org/issue44252 |
https://bugs.python.org/issue42972