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

I already included this fix in my "socket share" patch, see issue 14310.

I think this was a bug that should be checked in to all relevant branches.  The 
reason is this text from msdn documentation for WsaDuplicateSocket:
" Both the source process and the destination process should pass the same 
flags to their respective WSASocket function calls. If the source process uses 
the socket function to create the socket, the destination process _must_ 
[underline KVJ] pass the WSA_FLAG_OVERLAPPED flag to its WSASocket function 
call."

See 
http://msdn.microsoft.com/en-us/library/windows/desktop/ms741565(v=vs.85).aspx

----------
nosy: +krisvale

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

Reply via email to