[issue1975] signals not always delivered to main thread, since other threads have the signal unmasked

Antoine Pitrou report at bugs.python.org
Tue Jan 13 23:38:52 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Is there any reason not to simply catch KeyboardInterrupt in the user
thread, and then notify the main thread?

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

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


More information about the Python-bugs-list mailing list