diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-08-03 16:08:16 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-08-03 16:08:16 (GMT) |
commit | 29b238e0dc8263d413d3b423260d18bdaacd8a3f (patch) | |
tree | 2afcbab5a02bf410d445df676c23c8cd861c6016 /Misc | |
parent | 38557f2ac94a8d50c2d1ffd3e13d29e7ebeff141 (diff) | |
download | cpython-29b238e0dc8263d413d3b423260d18bdaacd8a3f.zip cpython-29b238e0dc8263d413d3b423260d18bdaacd8a3f.tar.gz cpython-29b238e0dc8263d413d3b423260d18bdaacd8a3f.tar.bz2 |
Issue #9450: Fix memory leaks in readline.remove/replace_history_entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ Core and Builtins Extensions ---------- +- 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 #8046: Add context manager protocol support and .closed property |