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.13:15:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334063729.89.0.233999743809.issue4892@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch which uses ForkingPickler in Connection.send().

Note that connection sharing still has to be enabled using allow_connection_pickling().

Support could be enabled automatically, but that would introduce more circular imports which confuse me.  It might be worthwhile refactoring to eliminate all circular imports.
History
Date User Action Args
2012-04-10 13:15:29sbtsetrecipients: + sbt, pitrou, kristjan.jonsson, jnoller, gsson, dsvensson, asksol, jodal, Jimbofbx, dragonfyre13
2012-04-10 13:15:29sbtsetmessageid: <1334063729.89.0.233999743809.issue4892@psf.upfronthosting.co.za>
2012-04-10 13:15:29sbtlinkissue4892 messages
2012-04-10 13:15:29sbtcreate