[issue7978] SocketServer doesn't handle syscall interruption

Gregory P. Smith report at bugs.python.org
Mon Jan 3 21:43:16 CET 2011


Gregory P. Smith <greg at krypto.org> added the comment:

I've added some code comments on http://bugs.python.org/review/7978/show

overall I think the patch is right, I pointed out one thing to clean up and I think the unittest can be greatly simplified by using stubbed out mock select.select() instead of fork+signals+sleeping.

----------

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


More information about the Python-bugs-list mailing list