[issue9090] Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)

Antoine Pitrou report at bugs.python.org
Tue Sep 28 18:19:23 CEST 2010


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

Here is an updated patch wrapping all variants of recv() and send(), except sendall() which already has its own retry loop.

----------
Added file: http://bugs.python.org/file19046/selectretry2.patch

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


More information about the Python-bugs-list mailing list