[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
Sun Sep 19 00:06:18 CEST 2010


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

Here is a proof of concept patch for Python 3.2. It only wraps recv() and recv_into(). recvfrom() and recvfrom_into() should receive the same treatment, at least.

----------
stage:  -> patch review
Added file: http://bugs.python.org/file18925/selectretry.patch

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


More information about the Python-bugs-list mailing list