diff options
| author | Petri Lehtinen <petri@digip.org> | 2011-10-30 20:59:10 +0200 |
|---|---|---|
| committer | Petri Lehtinen <petri@digip.org> | 2011-10-30 21:11:09 +0200 |
| commit | cd06a14df7195404d04442598c802d6c096bb15d (patch) | |
| tree | 5adeb0746baf2cceecfbdcdc07b265afae43d937 | |
| parent | 2b50a01d11710c0a01f90fa4398b717a63b1d0d8 (diff) | |
| download | cpython-git-cd06a14df7195404d04442598c802d6c096bb15d.tar.gz | |
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.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. |
