diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-06-11 09:56:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-11 09:56:32 (GMT) |
commit | 01f4230460454d4a849a5ba93320142c1a0c93a8 (patch) | |
tree | 3119b5c2d9d83c9556c596d5862440f0502c747c /Misc/NEWS.d/next | |
parent | cc879481e2ac29742ce191f4c6ed4bd85e5e11ba (diff) | |
download | cpython-01f4230460454d4a849a5ba93320142c1a0c93a8.zip cpython-01f4230460454d4a849a5ba93320142c1a0c93a8.tar.gz cpython-01f4230460454d4a849a5ba93320142c1a0c93a8.tar.bz2 |
gh-105375: Harden _ssl initialisation (#105599)
Add proper error handling to prevent reference leaks and overwritten
exceptions.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-06-09-22-16-46.gh-issue-105375.EgVJOP.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-09-22-16-46.gh-issue-105375.EgVJOP.rst b/Misc/NEWS.d/next/Library/2023-06-09-22-16-46.gh-issue-105375.EgVJOP.rst new file mode 100644 index 0000000..49f7df6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-06-09-22-16-46.gh-issue-105375.EgVJOP.rst @@ -0,0 +1,2 @@ +Fix bugs in :mod:`!_ssl` initialisation which could lead to leaked +references and overwritten exceptions. |