[issue27681] readline: consecutive rl_kill_word do not append

Martin Panter report at bugs.python.org
Thu Aug 4 07:12:14 EDT 2016


Martin Panter added the comment:

GDB also seems affected. The significance of this is it makes me suspect a bug in Readline’s callback-based “alternative interface”, as opposed to the simpler blocking interface. I know Python and GDB both use the callback API, and that Bash doesn’t.

You might have more luck taking this directly to Gnu Readline:
https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html#Bugs

----------
nosy: +martin.panter
resolution:  -> third party

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


More information about the Python-bugs-list mailing list