[issue35261] readline.c: PyOS_InputHook not protected against SIGWINCH

STINNER Victor report at bugs.python.org
Thu Nov 15 17:32:33 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

You don't use properly ctypes. This issue is unrelated to signals. The fix is: HOOKFUNC = CFUNCTYPE(c_char_p,).

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35261>
_______________________________________


More information about the Python-bugs-list mailing list