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 nyevik
Recipients alexandre.vassalotti, amaury.forgeotdarc, belopolsky, nyevik, pitrou
Date 2011-03-16.23:38:51
SpamBayes Score 8.5431086e-05
Marked as misclassified No
Message-id <1300318734.8.0.765385477232.issue11564@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you all for your responses. While getting the meaningful error message in this case is very important, the main thing for us is to somehow fix this problem to allow larger objects serialization which is not at all uncommon on a 64-bit machines with large amounts of memory.
This issue affects cPickle as well, I believe, as well cStringIO that uses pickle too, I believe.

So, what are your plans/thoughts - would there be any action on fixing this problem in the near future? I think I grasp the extent of changes that need to be made to Python code, but I think this issue will have to bee addressed soonoer or later anyhow.
History
Date User Action Args
2011-03-16 23:38:54nyeviksetrecipients: + nyevik, amaury.forgeotdarc, belopolsky, pitrou, alexandre.vassalotti
2011-03-16 23:38:54nyeviksetmessageid: <1300318734.8.0.765385477232.issue11564@psf.upfronthosting.co.za>
2011-03-16 23:38:51nyeviklinkissue11564 messages
2011-03-16 23:38:51nyevikcreate