diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-10-30 19:25:29 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-10-30 19:25:29 (GMT) |
commit | 2b6403e5d14a407acb744cd1da58d1a66c412050 (patch) | |
tree | b8df751996112a2d43c7283cb5e9d686f668cc10 /Misc/NEWS | |
parent | f70fd7092df0dd815b15104994ff84592b05b1fb (diff) | |
parent | a7a32353bfb1219f00eaa29c58363de0e204cbc3 (diff) | |
download | cpython-2b6403e5d14a407acb744cd1da58d1a66c412050.zip cpython-2b6403e5d14a407acb744cd1da58d1a66c412050.tar.gz cpython-2b6403e5d14a407acb744cd1da58d1a66c412050.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |