This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients amaury.forgeotdarc, kristjan.jonsson, pitrou, python-dev, sbt
Date 2012-04-01.19:57:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333310221.26.0.45388646315.issue14300@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-04-01 19:57:01kristjan.jonssonsetrecipients: + kristjan.jonsson, amaury.forgeotdarc, pitrou, python-dev, sbt
2012-04-01 19:57:01kristjan.jonssonsetmessageid: <1333310221.26.0.45388646315.issue14300@psf.upfronthosting.co.za>
2012-04-01 19:57:00kristjan.jonssonlinkissue14300 messages
2012-04-01 19:57:00kristjan.jonssoncreate