Searched refs:BINBYTES8 (Results 1 – 5 of 5) sorted by relevance
182 BINBYTES8 = b'\x8e' # push very long bytes string variable801 self._write_large_bytes(BINBYTES8 + pack("<Q", n), obj)1383 dispatch[BINBYTES8[0]] = load_binbytes8
539 Added support for BINBYTES8 opcode in Python implementation of unpickler.540 Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8 opcodes no
100 BINBYTES8 = '\x8e', enumerator2382 header[0] = BINBYTES8; in _save_bytes_data()6934 OP_ARG(BINBYTES8, load_counted_binbytes, 8) in load()
2928 header = (pickle.BINBYTES8 +
355 - Issue #25262. Added support for BINBYTES8 opcode in Python implementation of356 unpickler. Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8