[issue10469] test_socket fails

Antoine Pitrou report at bugs.python.org
Sat Nov 20 15:59:26 CET 2010


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

The core problem seems to be that the errno module has mismatching values on your Python build (for ECONNREFUSED and EWOULDBLOCK, at least, which explains all 4 failures). On a Windows 7 VM here:

>>> errno.ECONNREFUSED
10061
>>> errno.EWOULDBLOCK
10035

----------
components: +Build
nosy: +pitrou
type:  -> behavior
versions: +Python 2.7, Python 3.1

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


More information about the Python-bugs-list mailing list