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 giampaolo.rodola, kristjan.jonsson, pitrou, santoso.wijaya, sbt
Date 2012-04-06.14:15:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333721723.19.0.0656868101797.issue14310@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-06 14:15:23kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, giampaolo.rodola, santoso.wijaya, sbt
2012-04-06 14:15:23kristjan.jonssonsetmessageid: <1333721723.19.0.0656868101797.issue14310@psf.upfronthosting.co.za>
2012-04-06 14:15:22kristjan.jonssonlinkissue14310 messages
2012-04-06 14:15:22kristjan.jonssoncreate