]> granicus.if.org Git - python/commitdiff
News about list_repeat() fix.
authorGuido van Rossum <guido@python.org>
Tue, 13 Nov 2007 05:23:21 +0000 (05:23 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 Nov 2007 05:23:21 +0000 (05:23 +0000)
Misc/NEWS

index aad83fd1c1708263bf5a9b9dd8e8ae10f6a3a020..be3a3621a7bb47ca964268510c46b9030030e2d6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5.2c1?
 Core and builtins
 -----------------
 
+- Issue 1704621: Fix segfaults in list_repeat() and list_inplace_repeat().
+
 - Issue #1147: Generators were not raising a DeprecationWarning when a string
   was passed into throw().