commit | 2a08b42e9523b9642c72c15dffc41e8e442b4e72 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 13 16:18:14 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 13 16:18:14 2009 +0000 |
tree | f726cc594fdda7468c3a2010450fa7802fb72ea6 | |
parent | 3e6eb59790688ac58e655712485821cf881cb21c [diff] [blame] |
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 9cc7e82..c90b69f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ 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 -------