[Patches] [ python-Patches-761863 ] readline module that checks signals

SourceForge.net noreply@sourceforge.net
Fri, 27 Jun 2003 07:22:29 -0700


Patches item #761863, was opened at 2003-06-27 07:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=761863&group_id=5470

Category: Modules
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Keith Dart (kdart)
Assigned to: Nobody/Anonymous (nobody)
Summary: readline module that checks signals

Initial Comment:
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.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=761863&group_id=5470