[issue1744456] Expose non-blocking callbackAPI in readline module

Martin Panter report at bugs.python.org
Sun Aug 2 02:47:16 CEST 2015


Martin Panter added the comment:

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.

----------
nosy: +vadmium
resolution: duplicate -> 
stage: resolved -> needs patch
title: Patch for feat. 1713877 Expose callbackAPI in readline module -> Expose non-blocking callbackAPI in readline module

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1744456>
_______________________________________


More information about the Python-bugs-list mailing list