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, kristjan.jonsson, pitrou, sbt
Date 2012-04-10.16:11:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334074275.63.0.510653243132.issue4892@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-04-10 16:11:15sbtsetrecipients: + sbt, pitrou, kristjan.jonsson, jnoller, gsson, dsvensson, asksol, jodal, Jimbofbx, dragonfyre13
2012-04-10 16:11:15sbtsetmessageid: <1334074275.63.0.510653243132.issue4892@psf.upfronthosting.co.za>
2012-04-10 16:11:15sbtlinkissue4892 messages
2012-04-10 16:11:14sbtcreate