summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-08-03 16:08:16 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-08-03 16:08:16 (GMT)
commit29b238e0dc8263d413d3b423260d18bdaacd8a3f (patch)
tree2afcbab5a02bf410d445df676c23c8cd861c6016 /Misc
parent38557f2ac94a8d50c2d1ffd3e13d29e7ebeff141 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3797380..9382011 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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