]> granicus.if.org Git - python/commitdiff
Add Misc/NEWS entry for issue #10519
authorPetri Lehtinen <petri@digip.org>
Sun, 30 Oct 2011 18:59:10 +0000 (20:59 +0200)
committerPetri Lehtinen <petri@digip.org>
Sun, 30 Oct 2011 19:11:09 +0000 (21:11 +0200)
Misc/NEWS

index 16c808c44c190f3d7d133efcf8e95fc760296901..f01bb512cdfa6e858454affae38fea4dbb1c45cf 100644 (file)
--- 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.