Issue 761865: patch against readline module to handle signals (original) (raw)

Issue761865

Created on 2003-06-27 14:24 by kdart, last changed 2022-04-10 16:09 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python_readline.diff kdart,2003-06-27 14:24 Diff against readline.c
Messages (2)
msg44129 - (view) Author: Keith Dart (kdart) Date: 2003-06-27 14:24
Attached is a patch against the readline module that hooks the readline event hook to call the PyErr_CheckSignals(). This way, Python signal handlers get run even if you are sitting at a readline prompt (where they didn't before). this solves a long-standing annoyance for me. whew.
msg44130 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-06-30 01:29
Logged In: YES user_id=33168 Closing as duplicate of 761863.
History
Date User Action Args
2022-04-10 16:09:28 admin set github: 38724
2003-06-27 14:24:32 kdart create