[Python-checkins] cpython (2.7): 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/3bda54275817
changeset:   73211:3bda54275817
branch:      2.7
parent:      73208:eef42c4f295d
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
@@ -9,6 +9,9 @@
 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.

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


More information about the Python-checkins mailing list