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 neologix
Recipients Brian.Cain, Ian.Davis, Matt.Goodman, jnoller, neologix, terry.reedy
Date 2011-05-05.19:08:29
SpamBayes Score 4.7011894e-05
Marked as misclassified No
Message-id <1304622510.18.0.973675207132.issue8426@psf.upfronthosting.co.za>
In-reply-to
Content
> You can not pickle individual objects larger than 2**31.

Indeed, but that's not what's happening here, the failure occurs with much smaller objects (also, note the OP's "cPickle is perfectly capable of pickling these objects").
The problem is really with the underlying pipe/unix socket filling up.
History
Date User Action Args
2011-05-05 19:08:30neologixsetrecipients: + neologix, terry.reedy, jnoller, Ian.Davis, Brian.Cain, Matt.Goodman
2011-05-05 19:08:30neologixsetmessageid: <1304622510.18.0.973675207132.issue8426@psf.upfronthosting.co.za>
2011-05-05 19:08:29neologixlinkissue8426 messages
2011-05-05 19:08:29neologixcreate