summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-10-30 18:59:10 (GMT)
committerPetri Lehtinen <petri@digip.org>2011-10-30 19:11:09 (GMT)
commitcd06a14df7195404d04442598c802d6c096bb15d (patch)
tree5adeb0746baf2cceecfbdcdc07b265afae43d937 /Misc
parent2b50a01d11710c0a01f90fa4398b717a63b1d0d8 (diff)
downloadcpython-cd06a14df7195404d04442598c802d6c096bb15d.zip
cpython-cd06a14df7195404d04442598c802d6c096bb15d.tar.gz
cpython-cd06a14df7195404d04442598c802d6c096bb15d.tar.bz2
Add Misc/NEWS entry for issue #10519
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 16c808c..f01bb51 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.3?
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.