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, sbt
Date 2012-03-19.17:59:38
SpamBayes Score 0.0007070249
Marked as misclassified No
Message-id <1332179979.35.0.883422058316.issue14310@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new version of thepatch.  We now have socket.socket.share(pid) and socket.fromshare(data) to do these.
I think this captures the functionality better than "duplicate" or duppid() since there is no actual duplication involved until the fromshare() function is called.

Still no documentation.  What do you think?
History
Date User Action Args
2012-03-19 17:59:39kristjan.jonssonsetrecipients: + kristjan.jonsson, giampaolo.rodola, sbt
2012-03-19 17:59:39kristjan.jonssonsetmessageid: <1332179979.35.0.883422058316.issue14310@psf.upfronthosting.co.za>
2012-03-19 17:59:38kristjan.jonssonlinkissue14310 messages
2012-03-19 17:59:38kristjan.jonssoncreate