]> granicus.if.org Git - python/commitdiff
Add NEWS entry as per RDM's suggestion (the bug was actually present
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 13 Dec 2009 16:18:14 +0000 (16:18 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 13 Dec 2009 16:18:14 +0000 (16:18 +0000)
in 2.7 alpha 1)

Misc/NEWS

index 9cc7e82f6e9ca6afcaa7712ceeb94ad5472dd85e..c90b69f75ab89b1239ae9e79ec57c81ca77d422b 100644 (file)
--- 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
 -------