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 loewis, sbt
Date 2012-04-07.19:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333826432.17.0.19819311826.issue14522@psf.upfronthosting.co.za>
In-reply-to
Content
> What is the bug that this fixes? Can you provide a test case?

The bug is using an API in a way that the documentation says is wrong/unreliable.  There does not seem to be a classification for that.

I have never seen a problem caused by using DuplicateHandle() so I cannot provide a test case.  Note that socket.dup() used to be implemented using DuplicateHandle(), but that was changed to WSADuplicateSocket().  See Issue 9753.
History
Date User Action Args
2012-04-07 19:20:32sbtsetrecipients: + sbt, loewis
2012-04-07 19:20:32sbtsetmessageid: <1333826432.17.0.19819311826.issue14522@psf.upfronthosting.co.za>
2012-04-07 19:20:31sbtlinkissue14522 messages
2012-04-07 19:20:31sbtcreate