From: Serhiy Storchaka Date: Tue, 29 Sep 2015 19:13:01 +0000 (+0300) Subject: Issue #25262. Added support for BINBYTES8 opcode in Python implementation of X-Git-Tag: v3.6.0a1~1393 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11c715f12e9c089f79224d78db59b4907c7d7236;p=thirdparty%2FPython%2Fcpython.git 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. --- 11c715f12e9c089f79224d78db59b4907c7d7236