commit | cd06a14df7195404d04442598c802d6c096bb15d | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sun Oct 30 20:59:10 2011 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Sun Oct 30 21:11:09 2011 +0200 |
tree | 5adeb0746baf2cceecfbdcdc07b265afae43d937 | |
parent | 2b50a01d11710c0a01f90fa4398b717a63b1d0d8 [diff] [blame] |
Add Misc/NEWS entry for issue #10519
diff --git a/Misc/NEWS b/Misc/NEWS index 16c808c..f01bb51 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ 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.