This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: patch against readline module to handle signals
Type: Stage:
Components: Extension Modules Versions: Python 2.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: kdart, nnorwitz
Priority: normal Keywords: patch

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:28adminsetgithub: 38724
2003-06-27 14:24:32kdartcreate