[issue12848] pickle.py treats 32bit lengths as signed, but _pickle.c as unsigned

Antoine Pitrou report at bugs.python.org
Sat Nov 17 15:57:41 CET 2012


Antoine Pitrou added the comment:

I'd like to add that anyone wanting to serialize large data will certainly be using _pickle (or its ancestor cPickle), since using pickle.py is probably excruciatingly slow. Meaning we should favour preserving _pickle/cPickle's behaviour over preserving pickle.py's behaviour here.

----------

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


More information about the Python-bugs-list mailing list