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 giampaolo.rodola, kristjan.jonsson, sbt
Date 2012-03-15.12:09:44
SpamBayes Score 2.895097e-06
Marked as misclassified No
Message-id <1331813385.22.0.0936265458968.issue14310@psf.upfronthosting.co.za>
In-reply-to
Content
It appears that the 4th argument of the socket constructor is undocumented, so presumably one is expected to use fromfd() instead.

Maybe you could have a frominfo(info) function (to match fromfd(fd,...)) and a dupinfo(pid) method.

(It appears that multiprocessing uses DuplicateHandle() instead of WSADuplicateSocket() for duplicating socket handles on Windows.  That should be fixed.)
History
Date User Action Args
2012-03-15 12:09:45sbtsetrecipients: + sbt, kristjan.jonsson, giampaolo.rodola
2012-03-15 12:09:45sbtsetmessageid: <1331813385.22.0.0936265458968.issue14310@psf.upfronthosting.co.za>
2012-03-15 12:09:44sbtlinkissue14310 messages
2012-03-15 12:09:44sbtcreate