summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-11-14 23:12:18 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-11-14 23:12:18 (GMT)
commitf0c9038a369eb846f184d1347a33ebb441d3ab6b (patch)
tree0b2621d1f46655c45f597ac7cc1aa8d242e82d29 /Misc/NEWS
parent0d441119f5eb6437f6145e89e0963f75494d8a3f (diff)
downloadcpython-f0c9038a369eb846f184d1347a33ebb441d3ab6b.zip
cpython-f0c9038a369eb846f184d1347a33ebb441d3ab6b.tar.gz
cpython-f0c9038a369eb846f184d1347a33ebb441d3ab6b.tar.bz2
fix possible memory lea k in _get_aia_uri (closes #25578)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1390642..881f035 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,8 @@ Core and Builtins
Library
-------
+- Issue #25578: Fix (another) memory leak in SSLSocket.getpeercer().
+
- Issue #25590: In the Readline completer, only call getattr() once per
attribute.