summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-12-13 16:18:14 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2009-12-13 16:18:14 +0000
commit2a08b42e9523b9642c72c15dffc41e8e442b4e72 (patch)
treef726cc594fdda7468c3a2010450fa7802fb72ea6
parent3e6eb59790688ac58e655712485821cf881cb21c (diff)
downloadcpython-git-2a08b42e9523b9642c72c15dffc41e8e442b4e72.tar.gz
Add NEWS entry as per RDM's suggestion (the bug was actually present
in 2.7 alpha 1)
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
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
-------