[issue18869] test suite: faulthandler signal handler is lost

Antoine Pitrou report at bugs.python.org
Wed Aug 28 19:50:22 CEST 2013


Antoine Pitrou added the comment:

Or perhaps we could enhance the signal module so that getsignal() return something (i.e. a specific object) which can restore the C signal handler. That would be better than special-casing faulthandler, IMHO.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list