summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-10-30 19:25:29 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-10-30 19:25:29 (GMT)
commit2b6403e5d14a407acb744cd1da58d1a66c412050 (patch)
treeb8df751996112a2d43c7283cb5e9d686f668cc10 /Misc/NEWS
parentf70fd7092df0dd815b15104994ff84592b05b1fb (diff)
parenta7a32353bfb1219f00eaa29c58363de0e204cbc3 (diff)
downloadcpython-2b6403e5d14a407acb744cd1da58d1a66c412050.zip
cpython-2b6403e5d14a407acb744cd1da58d1a66c412050.tar.gz
cpython-2b6403e5d14a407acb744cd1da58d1a66c412050.tar.bz2
Merge heads
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 02374aa..b9e447f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1?
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.