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.

Author strank
Recipients
Date 2007-06-27.20:37:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2007-08-23 15:58:55adminlinkissue1744456 messages
2007-08-23 15:58:55admincreate