[issue7978] SocketServer doesn't handle syscall interruption

Charles-Francois Natali report at bugs.python.org
Sun Apr 4 14:27:09 CEST 2010


Charles-Francois Natali <neologix at free.fr> added the comment:

In real life, you can receive for example SIGSTOP (strace, gdb, shell), but mostly SIGCHLD (any process spawning children), etc. The attached patch just restarts calls when EINTR is received, as is done in subprocess module. The mailing list is a good idea.

----------

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


More information about the Python-bugs-list mailing list