[issue7978] SocketServer doesn't handle syscall interruption

Jerzy Kozera report at bugs.python.org
Fri Apr 6 23:42:21 CEST 2012


Jerzy Kozera <jerzy.kozera at gmail.com> added the comment:

I've updated the patch according to suggestions from Gregory P. Smith. Thanks to a change from #12555 (PEP 3151) now just checking for OSError is enough.

(I've decided to use mocked select() instead of calling alarm() to avoid depending on timing.)

----------
nosy: +Jerzy.Kozera
Added file: http://bugs.python.org/file25144/socketserver_eintr_20120406.diff

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


More information about the Python-bugs-list mailing list