[Patches] [ python-Patches-1744456 ] Patch for feat. 713877 Expose callbackAPI in readline module

SourceForge.net noreply at sourceforge.net
Wed Jun 27 22:37:52 CEST 2007


Patches item #1744456, was opened at 2007-06-27 22:37
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=1744456&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: strank (strank)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch for feat. 713877 Expose callbackAPI in readline module

Initial Comment:
Expose the callback API of GNU readline.

Patch contains changes to readline.c and libreadline.tex,
I did not find a unit-test for readline so there are no tests.

One of the readline functions (callback_read_char) can potentially call abort(). This can happen on the interactive prompt, but I think that this is not a problem, since using this API from the interactive prompt (which itself uses it) does not make sense anyway.

cheers,
stefan


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

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


More information about the Patches mailing list