[Python-checkins] r50888 - python/trunk/Misc/NEWS

tim.peters python-checkins at python.org
Fri Jul 28 02:30:01 CEST 2006


Author: tim.peters
Date: Fri Jul 28 02:30:00 2006
New Revision: 50888

Modified:
   python/trunk/Misc/NEWS
Log:
News about the repaired memory leak in defaultdict.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Jul 28 02:30:00 2006
@@ -106,6 +106,9 @@
 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.
 


More information about the Python-checkins mailing list