summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-06-02 05:12:13 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-06-02 05:12:13 (GMT)
commitd1719756098b282ad703b899ebcb57eeeb0167c2 (patch)
tree016b19f3fb7ce50e8fc473c8d7b90a075889b548 /Misc
parenta762af74b2de734c44f7dc00358325d4485e2530 (diff)
downloadcpython-d1719756098b282ad703b899ebcb57eeeb0167c2.zip
cpython-d1719756098b282ad703b899ebcb57eeeb0167c2.tar.gz
cpython-d1719756098b282ad703b899ebcb57eeeb0167c2.tar.bz2
Issue #24348: Drop superfluous increfs/decrefs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6260d79..75186c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@ Library
- Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
+- Issue #24348: Drop superfluous incref/decref.
+
What's New in Python 3.5.0 beta 2?
==================================