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.3.0a1~993^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd06a14df7195404d04442598c802d6c096bb15d;p=python Add Misc/NEWS entry for issue #10519 --- diff --git a/Misc/NEWS b/Misc/NEWS index 16c808c44c..f01bb512cd 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.