-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-40645: Fix ref leaks in _hashopenssl #26079
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
cc. @encukou |
Backport to 3.10, @pablogsal ? |
Yup, and to any version that has this problem. Can you add the labels? |
GH-26072 is (currently) only being backported to 3.10, so for now I'm only adding the 3.10 label. I'll check 3.9 asap and add to both PR's if necessary. BTW, #26072 needs manual backporting. UPDATE: Seems like the code in question was added in 933dfd7. Backporting to 3.10 should be sufficient. |
Thanks @erlend-aasland for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
(cherry picked from commit 504ffda) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-26082 is a backport of this pull request to the 3.10 branch. |
Fantastic. Thanks a lot for the patch 🎉 |
(cherry picked from commit 504ffda) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
(cherry picked from commit 504ffda) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…, pythonGH-26079) This backports the feature and 2 subsequent bugfixes from: https://bugs.python.org/issue40645 Signed-off-by: Christian Heimes <[email protected]> Co-authored-by: Erlend Egeberg Aasland <[email protected]> Co-Authored-By: Pablo Galindo <[email protected]>
…, pythonGH-26079) This backports the feature and 2 subsequent bugfixes from: https://bugs.python.org/issue40645 Signed-off-by: Christian Heimes <[email protected]> Co-authored-by: Erlend Egeberg Aasland <[email protected]> Co-Authored-By: Pablo Galindo <[email protected]>
…, pythonGH-26079) This backports the feature and 2 subsequent bugfixes from: https://bugs.python.org/issue40645 Signed-off-by: Christian Heimes <[email protected]> Co-authored-by: Erlend Egeberg Aasland <[email protected]> Co-Authored-By: Pablo Galindo <[email protected]>
https://bugs.python.org/issue40645