This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients alexandre.vassalotti, loewis, pitrou, python-dev, serhiy.storchaka
Date 2012-11-24.19:44:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Y84bY1TTWzQcJ@mail.python.org>
In-reply-to
Content
New changeset 55fe4b57dd9c by Antoine Pitrou in branch '3.2':
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does.
http://hg.python.org/cpython/rev/55fe4b57dd9c

New changeset c9d205e2dd02 by Antoine Pitrou in branch '3.3':
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does.
http://hg.python.org/cpython/rev/c9d205e2dd02

New changeset aac6b313ef5f by Antoine Pitrou in branch 'default':
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does.
http://hg.python.org/cpython/rev/aac6b313ef5f
History
Date User Action Args
2012-11-24 19:44:42python-devsetrecipients: + python-dev, loewis, pitrou, alexandre.vassalotti, serhiy.storchaka
2012-11-24 19:44:42python-devlinkissue12848 messages
2012-11-24 19:44:42python-devcreate