]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 19:10:07 +0000 (22:10 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 19:10:07 +0000 (22:10 +0300)
commite060619d4b047fdee613cafc64e3a9242a68ea54
tree11c55e928773fe9e11be79432c5d28606290c137
parentd455a50773eb1f4531882a0b99ff7a253ad1d41e
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.
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c