From 8028dc215cc762220c215e0576ba4bf4d1a625f5 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 86042f2bf4..09f9e32ac3 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. -- 2.40.0