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 serhiy.storchaka
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2012-11-25.12:17:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353845836.76.0.0245039537422.issue16550@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-25 12:17:16serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti
2012-11-25 12:17:16serhiy.storchakasetmessageid: <1353845836.76.0.0245039537422.issue16550@psf.upfronthosting.co.za>
2012-11-25 12:17:16serhiy.storchakalinkissue16550 messages
2012-11-25 12:17:16serhiy.storchakacreate