commit | 276c3718e3aa3954026297a9effcd952ca695aa7 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Nov 17 16:22:11 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Nov 17 16:22:11 2008 +0000 |
tree | de1b6ffb02ec9d559ee10b9a5d380f9721d9ca34 | |
parent | 23b4bfb91f3389a085a4fffcf4bb25b899046989 [diff] [blame] |
Issue #3327: Don't overallocate in the modules_by_index list.
diff --git a/Misc/NEWS b/Misc/NEWS index 874f27b..acedeb1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins ----------------- +- Issue #3327: Don't overallocate in the modules_by_index list. + - Issue #1721812: Binary set operations and copy() returned the input type instead of the appropriate base type. This was incorrect because set subclasses would be created without their __init__() method being called.