From: Antoine Pitrou Date: Wed, 15 Feb 2012 21:28:21 +0000 (+0100) Subject: Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). X-Git-Tag: v3.3.0a1~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04d4ee4e561724a111cf5cba7be399a2d9199dcb;p=thirdparty%2FPython%2Fcpython.git Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). --- 04d4ee4e561724a111cf5cba7be399a2d9199dcb diff --cc Misc/NEWS index 3aa7e52333ab,d0161d10de97..49d18516babe --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -466,9 -116,8 +466,11 @@@ Core and Builtin Library ------- + - Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). + +- Issue #13777: Add PF_SYSTEM sockets on OS X. + Patch by Michael Goderbauer. + - Issue #13015: Fix a possible reference leak in defaultdict.__repr__. Patch by Suman Saha.