[issue24958] Segfault in REPL after pressing "r" and PgUp twice (on Mageia Linux x86-64 6)

eryksun report at bugs.python.org
Sat Aug 29 20:44:05 CEST 2015


eryksun added the comment:

Maybe the problem is using escape characters (0x1b) instead of \e. Try using the following:

"\e[5~": history-search-backward

FWIW, your inputrc doesn't crash my system (64-bit Linux, readline 6.3 and Python 3.4).

----------
nosy: +eryksun

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


More information about the Python-bugs-list mailing list