diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-12-13 16:18:14 +0000 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-12-13 16:18:14 +0000 |
commit | 2a08b42e9523b9642c72c15dffc41e8e442b4e72 (patch) | |
tree | f726cc594fdda7468c3a2010450fa7802fb72ea6 | |
parent | 3e6eb59790688ac58e655712485821cf881cb21c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |