[Python-checkins] cpython (merge default -> default): Merge heads

florent.xicluna python-checkins at python.org
Sun Oct 30 20:26:50 CET 2011


http://hg.python.org/cpython/rev/0aa52d845caa
changeset:   73217:0aa52d845caa
parent:      73216:908791916611
parent:      73212:a912ea48dd4c
user:        Florent Xicluna <florent.xicluna at gmail.com>
date:        Sun Oct 30 20:25:29 2011 +0100
summary:
  Merge heads

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