Message 176344 - Python tracker (original) (raw)

Message176344

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 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:16 serhiy.storchaka set recipients: + serhiy.storchaka, pitrou, alexandre.vassalotti
2012-11-25 12:17:16 serhiy.storchaka set messageid: 1353845836.76.0.0245039537422.issue16550@psf.upfronthosting.co.za
2012-11-25 12:17:16 serhiy.storchaka link issue16550 messages
2012-11-25 12:17:16 serhiy.storchaka create