[issue32009] seg fault when using Cntrl-q keymap to exit app

2017-11-11 Thread Martin Panter
Martin Panter added the comment: This looks the same as Issue 25259. The trigger is that multiple lines are generated at the same time, but Python only expects the first line. -- nosy: +martin.panter resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> r

[issue32009] seg fault when using Cntrl-q keymap to exit app

2017-11-11 Thread Britton Kerin
New submission from Britton Kerin : This probably applies to more recent version also. It may be a readline bug, but I haven't seen it except when using the python interface, despite using this same .inputrc file with many different command line programs. I've attached the ~/.inputrc which ar