-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-105375: Harden _ssl initialisation #105599
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
gh-105375: Harden _ssl initialisation #105599
Conversation
Add proper error handling to prevent reference leaks and overwritten exceptions.
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.
Several problems fixed! Great! 👍
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @erlend-aasland, I could not cleanly backport this to |
Add proper error handling to prevent reference leaks and overwritten exceptions. (cherry picked from commit 01f4230) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
GH-105642 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 01f4230) Add proper error handling to prevent reference leaks and overwritten exceptions. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
GH-105651 is a backport of this pull request to the 3.11 branch. |
Add proper error handling to prevent reference leaks and overwritten
exceptions.