diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-07-28 00:30:00 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-07-28 00:30:00 (GMT) |
commit | 9cab593c0e640dbeaeb774726b964cf2690cbf7a (patch) | |
tree | 4f75f0e7591d620888379aca4d5918f1aca97cb7 /Misc | |
parent | 5566e96830047e66fc4de5ce41f51d0b6f3367a2 (diff) | |
download | cpython-9cab593c0e640dbeaeb774726b964cf2690cbf7a.zip cpython-9cab593c0e640dbeaeb774726b964cf2690cbf7a.tar.gz cpython-9cab593c0e640dbeaeb774726b964cf2690cbf7a.tar.bz2 |
News about the repaired memory leak in defaultdict.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |