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 martin.panter
Recipients Arfrever, martin.panter, pitrou, r.david.murray, serhiy.storchaka, sping, terry.reedy, twouters
Date 2015-07-29.12:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438174732.32.0.850902973629.issue24266@psf.upfronthosting.co.za>
In-reply-to
Content
Readline 7.0 alpha version includes a new “feature” that should help:

i.  rl_callback_sigcleanup: a new application function that can clean up and unset any state set by readline’s callback mode.  Intended to be used after a signal.

Patch readline-sigcleanup.patch uses this function, depending on a compile-time version check. It fixes the bug when compiled against Readline 7.
History
Date User Action Args
2015-07-29 12:58:52martin.pantersetrecipients: + martin.panter, twouters, terry.reedy, pitrou, Arfrever, r.david.murray, serhiy.storchaka, sping
2015-07-29 12:58:52martin.pantersetmessageid: <1438174732.32.0.850902973629.issue24266@psf.upfronthosting.co.za>
2015-07-29 12:58:52martin.panterlinkissue24266 messages
2015-07-29 12:58:51martin.pantercreate