Daniel Albeseder <ko...@gmx.at> added the comment: #define EWOULDBLOCK 140 #define WSAEWOULDBLOCK 10035L
The editor suggests that EWOULDBLOCK is already defined, therefore its code is used, i.e. 140. #define ECONNREFUSED 107 #define WSAECONNREFUSED 10061L The E* are defined in errno.h and the WSA* in WinError.h. It seems that in my case the POSIX compliant headers are used. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10469> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com