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 2015-09-29.06:14:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443507262.81.0.140687476176.issue25262@psf.upfronthosting.co.za>
In-reply-to
Content
There are issues with BINUNICODE8 and BINBYTES8 opcodes in pickle.

1. Unpickling BINBYTES8 is not implemented in Python implementation.

2. Highest 32 bits of 64-bit size are silently ignored in C implementation on 32-bit platforms.

3. There are no tests for BINUNICODE8 and BINBYTES8.

Proposed patch fixes these issues.
History
Date User Action Args
2015-09-29 06:14:22serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti
2015-09-29 06:14:22serhiy.storchakasetmessageid: <1443507262.81.0.140687476176.issue25262@psf.upfronthosting.co.za>
2015-09-29 06:14:22serhiy.storchakalinkissue25262 messages
2015-09-29 06:14:22serhiy.storchakacreate