[issue8065] Memory leak in readline.get_current_history_length

Alexander Belopolsky report at bugs.python.org
Sun Mar 7 01:02:37 CET 2010


Alexander Belopolsky <alexander.belopolsky at gmail.com> added the comment:

It appears that the tests that I attached fail when libedit is used.  This is clearly due to bugs in libedits readline emulation:

1. read_history does not update history_length

2. history_truncate_file does not preserver the history cookie ("_HiStOrY_V2_").

Does anyone know where libedit bugs should be reported?

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8065>
_______________________________________


More information about the Python-bugs-list mailing list