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 kristjan.jonsson, loewis, pitrou, python-dev, sbt
Date 2012-04-09.11:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333972582.86.0.360019959266.issue14522@psf.upfronthosting.co.za>
In-reply-to
Content
> I think a generic solution must be found for multiprocessing, so I'll 
> create a separate issue.

I have submitted a patch for Issue 4892 which makes connection and socket objects picklable.  It uses socket.share() and socket.fromshare() on Windows.
History
Date User Action Args
2012-04-09 11:56:22sbtsetrecipients: + sbt, loewis, pitrou, kristjan.jonsson, python-dev
2012-04-09 11:56:22sbtsetmessageid: <1333972582.86.0.360019959266.issue14522@psf.upfronthosting.co.za>
2012-04-09 11:56:22sbtlinkissue14522 messages
2012-04-09 11:56:22sbtcreate