sbt <shibt...@gmail.com> added the comment:

> I don't think we need the vcproj file, unless I missed something.

_multiprocessing.win32 currently wraps closesocket(), send() and recv() so it 
needs to link against ws2_32.lib.

I don't know how to make _windows link against ws2_32.lib without adding a 
vcproj file for _windows unless we make pythoncore depend on ws2_32.lib.  I 
presume this is why _socket and _select have their own vcproj files.

Maybe the socket functions could be moved directly to the top level of 
_multiprocessing instead since they are not really win32 functions.  (And I 
suppose if that does not happen then _multiprocessing should also stop linking 
against ws2_32.lib.)

BTW why does _select link against wsock32.lib instead of ws2_32.lib?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11750>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to