[New-bugs-announce] [issue16550] pickletools.py treats 32bit lengths as signed, but pickle.py as unsigned

Serhiy Storchaka report at bugs.python.org
Sun Nov 25 13:17:16 CET 2012


New submission from Serhiy Storchaka:

Since issue12848 some lengths in pickle module treated as unsigned, however pyckletools module treats all 32-bit lengths as signed. The proposed patch adds support of unsigned 32-bit lengths.

----------
components: Library (Lib)
files: pickletools_uint4.patch
keywords: patch
messages: 176344
nosy: alexandre.vassalotti, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: pickletools.py treats 32bit lengths as signed, but pickle.py as unsigned
type: behavior
versions: Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28110/pickletools_uint4.patch

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


More information about the New-bugs-announce mailing list