From: Petri Lehtinen Date: Sun, 30 Oct 2011 18:59:10 +0000 (+0200) Subject: Add Misc/NEWS entry for issue #10519 X-Git-Tag: v2.7.3rc1~355 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8028dc215cc762220c215e0576ba4bf4d1a625f5;p=thirdparty%2FPython%2Fcpython.git Add Misc/NEWS entry for issue #10519 --- diff --git a/Misc/NEWS b/Misc/NEWS index 86042f2bf48f..09f9e32ac32a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -9,6 +9,9 @@ What's New in Python 2.7.3? Core and Builtins ----------------- +- Issue #10519: Avoid unnecessary recursive function calls in + setobject.c. + - Issue #13268: Fix the assert statement when a tuple is passed as the message. - Issue #13018: Fix reference leaks in error paths in dictobject.c.