[issue26894] Readline not aborting line edition on sigint

2021-12-05 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue26894] Readline not aborting line edition on sigint

2016-06-30 Thread Memeplex
Memeplex added the comment: Martin: I can't reproduce the issue by just importing matplotlib with the TkAgg backend into a vanilla python repl. I will try to isolate the problem when I have some free time. -- status: pending -> open ___ Python

[issue26894] Readline not aborting line edition on sigint

2016-06-20 Thread Martin Panter
Changes by Martin Panter : -- status: open -> pending ___ Python tracker ___ ___

[issue26894] Readline not aborting line edition on sigint

2016-05-01 Thread Martin Panter
Martin Panter added the comment: What happens instead of aborting the line at step 3? Is Ctrl+C completely ignored, as if you didn’t press it? Perhaps matplotlib is interfering with Python’s SIGINT handler and/or PyOS_InputHook(). Can you eliminate ipython from the equation? I.e. does the

[issue26894] Readline not aborting line edition on sigint

2016-04-30 Thread Memeplex
New submission from Memeplex: Maybe this is just a bug in ipython but as it's closely related to http://bugs.python.org/issue23735 I'm reporting it here too, just in case. -- My original report to bug-readline: using readline with ipython 4.1.2 and the TkAgg (or GTK3Agg) backend for