[issue9504] signal.signal/signal.alarm not working as expected

Jeroen Demeyer report at bugs.python.org
Fri Nov 27 15:35:53 EST 2015


Jeroen Demeyer added the comment:

Just a comment: if you need really robust signal handling, you just cannot do it with pure Python. I would recommend using Cython, where one has complete control over when signals are checked.

----------
nosy: +jdemeyer

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


More information about the Python-bugs-list mailing list