summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-10-30 19:18:25 (GMT)
committerPetri Lehtinen <petri@digip.org>2011-10-30 19:18:25 (GMT)
commita7a32353bfb1219f00eaa29c58363de0e204cbc3 (patch)
treefc31cb6ee962ea0ec962deafffbc095e1164364f
parent1cebc207ea415f96a56f23b520adddeda3364fdc (diff)
parentcd06a14df7195404d04442598c802d6c096bb15d (diff)
downloadcpython-a7a32353bfb1219f00eaa29c58363de0e204cbc3.zip
cpython-a7a32353bfb1219f00eaa29c58363de0e204cbc3.tar.gz
cpython-a7a32353bfb1219f00eaa29c58363de0e204cbc3.tar.bz2
Add Misc/NEWS entry for issue #10519
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7c51810..ba35bb7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
+- Issue #10519: Avoid unnecessary recursive function calls in
+ setobject.c.
+
- Issue #10363: Deallocate global locks in Py_Finalize().
- Issue #13018: Fix reference leaks in error paths in dictobject.c.