From: Petri Lehtinen Date: Sun, 30 Oct 2011 18:59:10 +0000 (+0200) Subject: Add Misc/NEWS entry for issue #10519 X-Git-Tag: v3.2.3rc1~454 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd06a14df7195404d04442598c802d6c096bb15d;p=thirdparty%2FPython%2Fcpython.git Add Misc/NEWS entry for issue #10519 --- diff --git a/Misc/NEWS b/Misc/NEWS index 16c808c44c19..f01bb512cdfa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.