[issue7978] SocketServer doesn't handle syscall interruption

Antoine Pitrou report at bugs.python.org
Mon Apr 9 01:48:12 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

>  To support 3.2 and 2.7:
>  (1) select.error must be caught as in the original patch,
>  (2) e.args[0] must be used - select.error doesn't have 'errno'
> attribute.
> Should I prepare the patch for 3.2 and 2.7?

It shouldn't be necessary, I've just committed fixes.
Thanks for noticing!

----------

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


More information about the Python-bugs-list mailing list