[Python-checkins] cpython (3.2): Add Misc/NEWS entry for issue #10519

petri.lehtinen python-checkins at python.org
Sun Oct 30 20:22:57 CET 2011


http://hg.python.org/cpython/rev/5c17394b0b95
changeset:   73210:5c17394b0b95
branch:      3.2
parent:      73207:cdd9a97f3d28
user:        Petri Lehtinen <petri at digip.org>
date:        Sun Oct 30 20:59:10 2011 +0200
summary:
  Add Misc/NEWS entry for issue #10519

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list