Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!).
diff --git a/Misc/NEWS b/Misc/NEWS
index 199680e..e14bcc7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,7 +59,7 @@
 - Issue #7491: Metaclass's __cmp__ method was ignored.
 
 - Issue #7466: segmentation fault when the garbage collector is called
-  in the middle of populating a tuple.  Patch by Florent Xicluna.
+  in the middle of populating a tuple.  Patch by Victor Stinner.
 
 
 Library