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 BreamoreBoy, christian.heimes, martin.panter, ned.deily, strank
Date 2015-08-02.00:47:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438476436.77.0.376825845526.issue1744456@psf.upfronthosting.co.za>
In-reply-to
Content
I don’t think this is a duplicate. The patch here wraps the non-blocking “alternate interface” <https://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC41>: rl_callback_read_char() etc. The patch in Issue 1175004 wraps other APIs, including rl_add_defun() <https://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC30>. So if someone was interested in pushing this forward, perhaps it could be reopened.
History
Date User Action Args
2015-08-02 00:47:16martin.pantersetrecipients: + martin.panter, christian.heimes, strank, ned.deily, BreamoreBoy
2015-08-02 00:47:16martin.pantersetmessageid: <1438476436.77.0.376825845526.issue1744456@psf.upfronthosting.co.za>
2015-08-02 00:47:16martin.panterlinkissue1744456 messages
2015-08-02 00:47:15martin.pantercreate