summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-06-03 17:09:48 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-06-03 17:09:48 (GMT)
commitdb4061cb9d3c2a369fa49a3820ffc11854119da3 (patch)
treef8eea93c40b584046d5b0ca1f42e2f6da75bcfbd /Misc/NEWS
parent4c72918a598393e376b0a3c596348cabac886cca (diff)
downloadcpython-db4061cb9d3c2a369fa49a3820ffc11854119da3.zip
cpython-db4061cb9d3c2a369fa49a3820ffc11854119da3.tar.gz
cpython-db4061cb9d3c2a369fa49a3820ffc11854119da3.tar.bz2
Issue #24377: Fix a ref leak in OrderedDict.__repr__.
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 de915a1..c4bfa70 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Library
- Issue #24362: Simplify the C OrderedDict fast nodes resize logic.
+- Issue #24377: Fix a ref leak in OrderedDict.__repr__.
+
What's New in Python 3.5.0 beta 2?
==================================