diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-08-03 16:18:39 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-08-03 16:18:39 (GMT) |
commit | 4ee9853028429563d72c214ad1a2cda27ace6625 (patch) | |
tree | f92ae32ba77cd20d25914b492bde622399d84d30 /Misc/NEWS | |
parent | 5ebb3beb9b62555e96c1bfdc96609819c68e3ae0 (diff) | |
download | cpython-4ee9853028429563d72c214ad1a2cda27ace6625.zip cpython-4ee9853028429563d72c214ad1a2cda27ace6625.tar.gz cpython-4ee9853028429563d72c214ad1a2cda27ace6625.tar.bz2 |
Merged revisions 83667 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83667 | mark.dickinson | 2010-08-03 17:08:16 +0100 (Tue, 03 Aug 2010) | 2 lines
Issue #9450: Fix memory leaks in readline.remove/replace_history_entry.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -133,6 +133,9 @@ Library Extension Modules ----------------- +- Issue #9450: Fix memory leak in readline.replace_history_item and + readline.remove_history_item for readline version >= 5.0. + - Issue #8105: Validate file descriptor passed to mmap.mmap on Windows. - Issue #1019882: Fix IndexError when loading certain hotshot stats. |