Christian Heimes added the comment: I've reviewed your patch and merged it was some pending changes of my own. The socket tests are passing on Windows. Great work :)
UPDATE: * Added PyLong_FromSocket_t and PyLong_AsSocket_t to longobject.h to get rid of some 64bit warnings * Use name dup_socket() instead of dup(). For Windows developers it's too confusing to name it dup(). * Readded fromfd, but this time in C again. __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1378> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com