commit | f5ccd459d767464d7033f6ef7ba73a53e3eae268 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Nov 13 05:23:21 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Nov 13 05:23:21 2007 +0000 |
tree | 94f864e8f0b3758118dd1476e6bda0dc616545ad | |
parent | 809123c61f6d8c09e87d2a5e7bd0bfc9c36791d3 [diff] [blame] |
News about list_repeat() fix.
diff --git a/Misc/NEWS b/Misc/NEWS index aad83fd..be3a362 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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().