]> granicus.if.org Git - python/commitdiff
News about the repaired memory leak in defaultdict.
authorTim Peters <tim.peters@gmail.com>
Fri, 28 Jul 2006 00:30:00 +0000 (00:30 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 28 Jul 2006 00:30:00 +0000 (00:30 +0000)
Misc/NEWS

index 51de474c016f8edbd09d3e198e00e744efe18a5f..294b159f84742be1bf5a1d264a374a3b160f01b3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,9 @@ Library
 Extension Modules
 -----------------
 
+- The ``__reduce__()`` method of the new ``collections.defaultdict`` had
+  a memory leak, affecting pickles and deep copies.
+
 - Bug #1471938: Fix curses module build problem on Solaris 8; patch by
   Paul Eggert.