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

Serhiy Storchaka report at bugs.python.org
Tue Nov 6 21:53:48 CET 2012


Serhiy Storchaka added the comment:

What if just add " & 0xFFFFFFFF"?

----------
nosy: +serhiy.storchaka
versions: +Python 3.4

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


More information about the Python-bugs-list mailing list