Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_pickletools.py35 self.assertNotIn(pickle.LONG_BINGET, pickled2)
/third_party/python/Lib/
H A Dpickle.py140 LONG_BINGET = b'j' # push item from memo on stack; index is 4-byte arg variable
525 # Return a GET (BINGET, LONG_BINGET) opcode string, with argument i.
531 return LONG_BINGET + pack("<I", i)
1633 dispatch[LONG_BINGET[0]] = load_long_binget
/third_party/python/Modules/
H A D_pickle.c79 LONG_BINGET = 'j', enumerator
1734 pdata[0] = LONG_BINGET; in memo_get()
1744 "memo id too large for LONG_BINGET"); in memo_get()
6923 OP(LONG_BINGET, load_long_binget) in load()

Completed in 13 milliseconds