From: Antoine Pitrou Date: Sun, 13 Dec 2009 16:18:14 +0000 (+0000) Subject: Add NEWS entry as per RDM's suggestion (the bug was actually present X-Git-Tag: v2.7a2~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a08b42e9523b9642c72c15dffc41e8e442b4e72;p=python Add NEWS entry as per RDM's suggestion (the bug was actually present in 2.7 alpha 1) --- diff --git a/Misc/NEWS b/Misc/NEWS index 9cc7e82f6e..c90b69f75a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 2? Core and Builtins ----------------- +- Issue #7466: segmentation fault when the garbage collector is called + in the middle of populating a tuple. Patch by Florent Xicluna. + Library -------