Kristján Valur Jónsson <krist...@ccpgames.com> added the comment:

The binary copy:
This is a winsock2 feature.  There is no difference in layout between 32 bits 
and 64 bits.  I also don't think there is a difference between SDK versions.  
However, strangely, there is a difference between unicode and non-unicode 
builds.  But since we are using this in python3, which always uses the same 
unicode setting, this shouldn't be an issue.

I'll take your other comments into account and produce a new patch.
Similar to socket.dup(), the socket shared is assumed to be in "blockin" mode 
(this his how its timeout is initialized).  We can test for that too.

----------

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

Reply via email to