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 sbt
Recipients sbt
Date 2012-04-07.19:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333825363.09.0.353081584992.issue14522@psf.upfronthosting.co.za>
In-reply-to
Content
In multiprocessing.connection on Windows, socket handles are indirectly duplicated using DuplicateHandle() instead the WSADuplicateSocket().  According to Microsoft's documentation this is not supported.

This is easily avoided by using socket.detach() instead of duplicating the handle.
History
Date User Action Args
2012-04-07 19:02:43sbtsetrecipients: + sbt
2012-04-07 19:02:43sbtsetmessageid: <1333825363.09.0.353081584992.issue14522@psf.upfronthosting.co.za>
2012-04-07 19:02:42sbtlinkissue14522 messages
2012-04-07 19:02:42sbtcreate