[issue10469] test_socket fails

Daniel Albeseder report at bugs.python.org
Sat Nov 20 21:14:54 CET 2010


Daniel Albeseder <kotan at gmx.at> added the comment:

c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h

The content of my errno.h:

...
#define EILSEQ          42
#define STRUNCATE       80
#endif
#endif

/* Support EDEADLOCK for compatibility with older MS-C versions */
#define EDEADLOCK       EDEADLK

/* POSIX SUPPLEMENT */
#define EADDRINUSE      100
#define EADDRNOTAVAIL   101
...

----------

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


More information about the Python-bugs-list mailing list