Charles-François Natali <[email protected]> added the comment: > STINNER Victor <[email protected]> added the comment: > > The _socket module doesn't compile anymore on Windows: >
Fixed (that's why I wanted a Windows expert to have a look at this patch :-). > You might replace "#if defined(_MSC_VER)" with "#if defined > (MS_WINDOWS)", but in another commit. I'd rather not modify code I don't understand. Plus, I have a really poor Windows karma... ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12287> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
