-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-36179: Fix ref leaks in _hashopenssl #12158
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
Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in out-of-memory cases. Thanks to Charalampos Stratakis. Signed-off-by: Christian Heimes <[email protected]>
1debb9c
to
a649281
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@tiran: Status check is done, and it's a success ✅ . |
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in out-of-memory cases. Thanks to Charalampos Stratakis. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue36179 (cherry picked from commit b7bc283) Co-authored-by: Christian Heimes <[email protected]>
GH-12164 is a backport of this pull request to the 3.7 branch. |
Sorry, @tiran, I could not cleanly backport this to |
Sorry, @tiran, I could not cleanly backport this to |
Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in out-of-memory cases. Thanks to Charalampos Stratakis. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue36179. (cherry picked from commit b7bc283) Co-authored-by: Christian Heimes <[email protected]>
GH-12165 is a backport of this pull request to the 3.6 branch. |
Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in out-of-memory cases. Thanks to Charalampos Stratakis. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue36179. (cherry picked from commit b7bc283) Co-authored-by: Christian Heimes <[email protected]>
GH-12166 is a backport of this pull request to the 2.7 branch. |
Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in out-of-memory cases. Thanks to Charalampos Stratakis. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue36179 (cherry picked from commit b7bc283) Co-authored-by: Christian Heimes <[email protected]>
Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in out-of-memory cases. Thanks to Charalampos Stratakis. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue36179. (cherry picked from commit b7bc283) Co-authored-by: Christian Heimes <[email protected]> https://bugs.python.org/issue36179
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in
out-of-memory cases. Thanks to Charalampos Stratakis.
Signed-off-by: Christian Heimes [email protected]
https://bugs.python.org/issue36179