diff options
author | Petri Lehtinen <petri@digip.org> | 2011-10-30 19:18:25 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-10-30 19:18:25 (GMT) |
commit | a7a32353bfb1219f00eaa29c58363de0e204cbc3 (patch) | |
tree | fc31cb6ee962ea0ec962deafffbc095e1164364f | |
parent | 1cebc207ea415f96a56f23b520adddeda3364fdc (diff) | |
parent | cd06a14df7195404d04442598c802d6c096bb15d (diff) | |
download | cpython-a7a32353bfb1219f00eaa29c58363de0e204cbc3.zip cpython-a7a32353bfb1219f00eaa29c58363de0e204cbc3.tar.gz cpython-a7a32353bfb1219f00eaa29c58363de0e204cbc3.tar.bz2 |
Add Misc/NEWS entry for issue #10519
-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. |