[issue23395] _thread.interrupt_main() errors if SIGINT handler in SIG_DFL, SIG_IGN

STINNER Victor report at bugs.python.org
Tue Jun 28 03:03:21 EDT 2016


STINNER Victor added the comment:

> It seems to be against the current HEAD -- is there a chance that this will be backported to 2.7 (which is what I need to use)?

Yes, I will fix Python 2.7 and 3.5, I will just make PyErr_SetInterruptWithErr() private (rename to _PyErr_SetInterruptWithErr()).

----------

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


More information about the Python-bugs-list mailing list