From: Serhiy Storchaka Date: Tue, 29 Sep 2015 19:12:29 +0000 (+0300) Subject: Issue #25262. Added support for BINBYTES8 opcode in Python implementation of X-Git-Tag: v3.5.1rc1~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=525faaeffc557899b83463f3b1b74d2f39cc7e13;p=python Issue #25262. Added support for BINBYTES8 opcode in Python implementation of unpickler. Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored on 32-bit platforms in C implementation. --- 525faaeffc557899b83463f3b1b74d2f39cc7e13