[issue13555] cPickle MemoryError when loading large file (while pickle works)

Antoine Pitrou report at bugs.python.org
Sat Dec 17 17:35:30 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Ah, I see. It's a bit of a pity not to be able to load files > 1GB, especially on a 64-bit build (!). Perhaps cPickle could be made partly 64-bit compatible? Or at least, indeed, do a proper anti-overflow check.

----------

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


More information about the Python-bugs-list mailing list