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 Matt.Goodman
Recipients Brian.Cain, Ian.Davis, Matt.Goodman, jnoller, neologix, terry.reedy
Date 2011-04-25.02:30:40
SpamBayes Score 3.8486945e-05
Marked as misclassified No
Message-id <1303698642.98.0.280733489962.issue8426@psf.upfronthosting.co.za>
In-reply-to
Content
You can not pickle individual objects larger than 2**31.  This failure is not handled cleanly in the core module, and I suspect masked by above processes. 

Try piping "a"*(2**31) through you pipe, or pickling it to disk . . .
History
Date User Action Args
2011-04-25 02:30:43Matt.Goodmansetrecipients: + Matt.Goodman, terry.reedy, jnoller, neologix, Ian.Davis, Brian.Cain
2011-04-25 02:30:42Matt.Goodmansetmessageid: <1303698642.98.0.280733489962.issue8426@psf.upfronthosting.co.za>
2011-04-25 02:30:40Matt.Goodmanlinkissue8426 messages
2011-04-25 02:30:40Matt.Goodmancreate