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 Jimbofbx, asksol, dragonfyre13, dsvensson, gsson, jnoller, jodal, pitrou, sbt
Date 2012-04-09.11:49:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333972198.92.0.136170705083.issue4892@psf.upfronthosting.co.za>
In-reply-to
Content
There is an undocumented function multiprocessing.allow_connection_pickling() whose docstring claims it allows connection and socket objects to be pickled.

The attached patch fixes the multiprocessing.reduction module so that it works correctly.  This means that TestPicklingConnections can be reenabled in the unit tests.

The patch uses the new socket.share() and socket.fromshare() methods on Windows.
History
Date User Action Args
2012-04-09 11:49:59sbtsetrecipients: + sbt, pitrou, jnoller, gsson, dsvensson, asksol, jodal, Jimbofbx, dragonfyre13
2012-04-09 11:49:58sbtsetmessageid: <1333972198.92.0.136170705083.issue4892@psf.upfronthosting.co.za>
2012-04-09 11:49:58sbtlinkissue4892 messages
2012-04-09 11:49:58sbtcreate