Home
last modified time | relevance | path

Searched refs:LONG_BINPUT (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_pickletools.py36 self.assertNotIn(pickle.LONG_BINPUT, pickled2)
/third_party/python/Lib/
H A Dpickle.py146 LONG_BINPUT = b'r' # " " " " " ; " " 4-byte arg variable
513 # Return a PUT (BINPUT, LONG_BINPUT) opcode string, with argument i.
521 return LONG_BINPUT + pack("<I", idx)
1652 raise ValueError("negative LONG_BINPUT argument")
1654 dispatch[LONG_BINPUT[0]] = load_long_binput
/third_party/python/Modules/
H A D_pickle.c85 LONG_BINPUT = 'r', enumerator
1791 pdata[0] = LONG_BINPUT; in memo_put()
1801 "memo id too large for LONG_BINPUT"); in memo_put()
6422 "negative LONG_BINPUT argument"); in load_long_binput()
6927 OP(LONG_BINPUT, load_long_binput) in load()

Completed in 12 milliseconds