summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-06-11 09:56:32 (GMT)
committerGitHub <noreply@github.com>2023-06-11 09:56:32 (GMT)
commit01f4230460454d4a849a5ba93320142c1a0c93a8 (patch)
tree3119b5c2d9d83c9556c596d5862440f0502c747c /Misc/NEWS.d/next
parentcc879481e2ac29742ce191f4c6ed4bd85e5e11ba (diff)
downloadcpython-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.rst2
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.