summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 850369e..d3b26a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1?
Core and Builtins
-----------------
+- Issue #7466: segmentation fault when the garbage collector is called
+ in the middle of populating a tuple. Patch by Florent Xicluna.
+
- Issue #7419: setlocale() could crash the interpreter on Windows when called
with invalid values.