[issue22015] C signal handler doesn't save/restore errno

STINNER Victor report at bugs.python.org
Sun Jul 20 12:13:38 CEST 2014


STINNER Victor added the comment:

Ooops, I looked at the wrong function. signal_handler() saves/restores errno. trip_signal() is a function called by signal_handler(). The code is correct.

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

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


More information about the Python-bugs-list mailing list