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

Charles-François Natali report at bugs.python.org
Sun Dec 30 12:29:16 CET 2012


Charles-François Natali added the comment:

> I have a 64-bit laptop with 2 GB memory so I don't think I can do so. (though one could use swap)

AFAICT, a binary string a little longer than 1GB should be enough to
reproduce the bug.
Just make sure Python isn't built with '-fwrapv'.

----------

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


More information about the Python-bugs-list mailing list