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 steve.dower
Recipients Gabriel Mesquita Cangussu, gvanrossum, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, yselivanov, zach.ware
Date 2016-04-29.21:26:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461965207.03.0.630519738356.issue26832@psf.upfronthosting.co.za>
In-reply-to
Content
Pipes and file handles are equivalent in Windows, but socket handles are their own namespace and have their own functions. Some Python code will switch between them automatically to make socket functions work with file descriptors, but generally I'd expect stream pipes (as opposed to, IIRC, datagram pipes) to be compatible with files but not sockets.

Not entirely sure how that plays into this issue, but it's a bit more background.
History
Date User Action Args
2016-04-29 21:26:47steve.dowersetrecipients: + steve.dower, gvanrossum, terry.reedy, paul.moore, vstinner, tim.golden, zach.ware, yselivanov, Gabriel Mesquita Cangussu
2016-04-29 21:26:47steve.dowersetmessageid: <1461965207.03.0.630519738356.issue26832@psf.upfronthosting.co.za>
2016-04-29 21:26:47steve.dowerlinkissue26832 messages
2016-04-29 21:26:46steve.dowercreate