[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 23:24:14 CEST 2010


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

Committed in 3.2 in r85074. I don't plan to backport it, since the _PyTime_gettimeofday abstraction is not available on earlier versions.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> pending
versions:  -Python 2.7, Python 3.1

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


More information about the Python-bugs-list mailing list