commit | 2f5a163dfc76d53b5ecd04ff19c4d15761d106a7 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Feb 15 22:25:27 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Feb 15 22:25:27 2012 +0100 |
tree | bfdc895089c727da59b06f7b2a2fe1e464e0b8c1 | |
parent | 1ca93954e17e4f6f1230306997badbda3e5c68bc [diff] [blame] |
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
diff --git a/Misc/NEWS b/Misc/NEWS index 81ec44b..d0161d1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -116,6 +116,8 @@ Library ------- +- Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). + - Issue #13015: Fix a possible reference leak in defaultdict.__repr__. Patch by Suman Saha.