Antoine Pitrou <pit...@free.fr> added the comment:

What kind of signals can be received in real-life?
(I'm assuming that most signals are of the kind that you only receive if 
someone else deliberately sends it to you, in which case you are supposed to be 
prepared to handle it)

Also, does your patch still allow Python to handle the signal properly (invoke 
a registered signal handler, or perhaps raise KeyboardInterrupt)?

You could raise the issue on the python-dev mailing-list for more advice.

----------
nosy: +exarkun, pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7978>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to