From 2a08b42e9523b9642c72c15dffc41e8e442b4e72 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 13 Dec 2009 16:18:14 +0000 Subject: [PATCH] Add NEWS entry as per RDM's suggestion (the bug was actually present in 2.7 alpha 1) --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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 ------- -- 2.50.1