diff options
author | Petri Lehtinen <petri@digip.org> | 2011-10-30 18:59:10 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-10-30 19:11:09 (GMT) |
commit | cd06a14df7195404d04442598c802d6c096bb15d (patch) | |
tree | 5adeb0746baf2cceecfbdcdc07b265afae43d937 /Misc | |
parent | 2b50a01d11710c0a01f90fa4398b717a63b1d0d8 (diff) | |
download | cpython-cd06a14df7195404d04442598c802d6c096bb15d.zip cpython-cd06a14df7195404d04442598c802d6c096bb15d.tar.gz cpython-cd06a14df7195404d04442598c802d6c096bb15d.tar.bz2 |
Add Misc/NEWS entry for issue #10519
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2.3? 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. |