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, kristjan.jonsson, pitrou, sbt
日期 2012-04-10.16:11:14
SpamBayes Score -1.0
Marked as misclassified
Message-id <1334074275.63.0.510653243132.issue4892@psf.upfronthosting.co.za>
In-reply-to
内容
> But connection doesn't depend on reduction, neither does forking.

If registration of (Pipe)Connection is done in reduction then you can't make (Pipe)Connection picklable *automatically* unless you make connection depend on reduction (possibly indirectly).

A circular import can be avoided by making reduction not import connection at module level.  So not hard to fix.
历史
日期 用户 动作 参数
2012-04-10 16:11:15sbt修改recipients: + sbt, pitrou, kristjan.jonsson, jnoller, gsson, dsvensson, asksol, jodal, Jimbofbx, dragonfyre13
2012-04-10 16:11:15sbt修改messageid: <1334074275.63.0.510653243132.issue4892@psf.upfronthosting.co.za>
2012-04-10 16:11:15sbt链接issue4892 messages
2012-04-10 16:11:14sbt创建