[issue11564] pickle not 64-bit ready

Antoine Pitrou report at bugs.python.org
Sat Aug 27 14:56:14 CEST 2011


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

Here is a new patch against 3.2. I can't say it works for sure, but it should be much better. It also adds a couple more tests.
There seems to be a separate issue where pure-Python pickle.py considers 32-bit lengths signed where the C impl considers them unsigned...

----------
Added file: http://bugs.python.org/file23052/pickle64-4.patch

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


More information about the Python-bugs-list mailing list