[issue11564] pickle not 64-bit ready

Antoine Pitrou report at bugs.python.org
Fri Aug 12 20:03:17 CEST 2011


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

This patch contains assorted improvements for 64-bit compatibility of the pickle module. The protocol still doesn't support >4GB bytes or str objects, but at least its behaviour shouldn't be misleading anymore.

----------
keywords: +patch
stage:  -> patch review
versions:  -Python 3.1
Added file: http://bugs.python.org/file22891/pickle64.patch

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


More information about the Python-bugs-list mailing list