From cd06a14df7195404d04442598c802d6c096bb15d Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sun, 30 Oct 2011 20:59:10 +0200 Subject: [PATCH] Add Misc/NEWS entry for issue #10519 --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 16c808c44c1..f01bb512cdf 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.