]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Feb 2012 21:28:21 +0000 (22:28 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Feb 2012 21:28:21 +0000 (22:28 +0100)
commit04d4ee4e561724a111cf5cba7be399a2d9199dcb
treef7ff32057f01d5e0bcce5531f141b9403ca9b06b
parentbe2cf338e9baef1f2479a33a8c7b5552bf9bd86f
parent2f5a163dfc76d53b5ecd04ff19c4d15761d106a7
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
Misc/NEWS
Modules/_ssl.c