[issue7978] SocketServer doesn't handle syscall interruption

Antoine Pitrou report at bugs.python.org
Sun Apr 4 13:47:01 CEST 2010


Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7978>
_______________________________________


More information about the Python-bugs-list mailing list