commit | 9783b44bcf0f539b56165d823d2b6eede080c1d8 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sun Oct 30 20:26:28 2011 +0100 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sun Oct 30 20:26:28 2011 +0100 |
tree | cce085988b5f8a3ccc62fb4541a3180a399d8e85 | |
parent | cd06a14df7195404d04442598c802d6c096bb15d [diff] | |
parent | 93dfee1dfc0bf572d4d9579fd455a72c0c81f148 [diff] |
Merge heads
diff --git a/Misc/NEWS b/Misc/NEWS index 70572b4..50a9a3d 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.