summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-02-15 21:28:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-02-15 21:28:21 (GMT)
commit04d4ee4e561724a111cf5cba7be399a2d9199dcb (patch)
treef7ff32057f01d5e0bcce5531f141b9403ca9b06b /Misc
parentbe2cf338e9baef1f2479a33a8c7b5552bf9bd86f (diff)
parent2f5a163dfc76d53b5ecd04ff19c4d15761d106a7 (diff)
downloadcpython-04d4ee4e561724a111cf5cba7be399a2d9199dcb.zip
cpython-04d4ee4e561724a111cf5cba7be399a2d9199dcb.tar.gz
cpython-04d4ee4e561724a111cf5cba7be399a2d9199dcb.tar.bz2
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3aa7e52..49d1851 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,8 @@ Core and Builtins
Library
-------
+- Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
+
- Issue #13777: Add PF_SYSTEM sockets on OS X.
Patch by Michael Goderbauer.