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.

作者 sbt
收信人 Jimbofbx, asksol, dragonfyre13, dsvensson, gsson, jnoller, jodal, pitrou, sbt
日期 2012-04-09.11:49:57
SpamBayes Score -1.0
Marked as misclassified
Message-id <1333972198.92.0.136170705083.issue4892@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-04-09 11:49:59sbt修改recipients: + sbt, pitrou, jnoller, gsson, dsvensson, asksol, jodal, Jimbofbx, dragonfyre13
2012-04-09 11:49:58sbt修改messageid: <1333972198.92.0.136170705083.issue4892@psf.upfronthosting.co.za>
2012-04-09 11:49:58sbt链接issue4892 messages
2012-04-09 11:49:58sbt创建