Searched refs:BINBYTES8 (Results 1 – 5 of 5) sorted by relevance
172 BINBYTES8 = b'\x8e' # push very long bytes string variable730 self._write_large_bytes(BINBYTES8 + pack("<Q", n), obj)1256 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
95 BINBYTES8 = '\x8e', enumerator2268 header[0] = BINBYTES8; in save_bytes()6435 OP_ARG(BINBYTES8, load_counted_binbytes, 8) in load()
2514 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