[issue11564] pickle not 64-bit ready

Nik Galitsky report at bugs.python.org
Thu Mar 17 00:38:54 CET 2011


Nik Galitsky <nicolay.yevik at exxonmobil.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11564>
_______________________________________


More information about the Python-bugs-list mailing list