[issue777588] asyncore/Windows: select() doesn't report errors for a non-blocking connect()

STINNER Victor report at bugs.python.org
Sat Jun 28 00:42:04 CEST 2014


STINNER Victor added the comment:

Note: asyncio also calls getsockopt(SOL_SOCKET,SO_ERROR) to check if the connect() succeeded or not, and so it doesn't have this bug.

----------

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


More information about the Python-bugs-list mailing list