]> 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:12:17 +0000 (21:12 +0200)
Misc/NEWS

index 86042f2bf48f7a4628cd52ca0ab9d14286240fb6..09f9e32ac32ae930732dfb60cf6c5d5fad53839c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@ What's New in Python 2.7.3?
 Core and Builtins
 -----------------
 
+- Issue #10519: Avoid unnecessary recursive function calls in
+  setobject.c.
+
 - Issue #13268: Fix the assert statement when a tuple is passed as the message.
 
 - Issue #13018: Fix reference leaks in error paths in dictobject.c.