[issue11564] pickle not 64-bit ready

Antoine Pitrou report at bugs.python.org
Fri Aug 19 18:58:59 CEST 2011


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

> D'oh. I just realized why the -M option wasn't being recognized - I had passed it
> after the actual test name, so it was being treated as another test instead of an
> option. Sorry for the confusion :/
> 
> As for the actual test results, test_huge_bytes_(32|64)b both pass, but
> test_huge_str fails with this traceback:

Can you replace "_2G" with "_4G" in the decorator for that test?

----------

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


More information about the Python-bugs-list mailing list