commit | 8028dc215cc762220c215e0576ba4bf4d1a625f5 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sun Oct 30 20:59:10 2011 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Sun Oct 30 21:12:17 2011 +0200 |
tree | ff030fd6dd91c7efc4ce295e7ca6cbe540121d07 | |
parent | e3b5eda8bec285478b4ab76368d95bab59a78288 [diff] [blame] |
Add Misc/NEWS entry for issue #10519
diff --git a/Misc/NEWS b/Misc/NEWS index 86042f2..09f9e32 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ 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.