Home
last modified time | relevance | path

Searched refs:LONG_BINGET (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_pickletools.py35 self.assertNotIn(pickle.LONG_BINGET, pickled2)
/third_party/python/Lib/
Dpickle.py140 LONG_BINGET = b'j' # push item from memo on stack; index is 4-byte arg variable
531 return LONG_BINGET + pack("<I", i)
1633 dispatch[LONG_BINGET[0]] = load_long_binget
/third_party/python/Misc/NEWS.d/
D3.9.0a2.rst451 or `LONG_BINGET` load from the memo, leading to a `KeyError` as the
/third_party/python/Modules/
D_pickle.c67 LONG_BINGET = 'j', enumerator
1729 pdata[0] = LONG_BINGET; in memo_get()
6921 OP(LONG_BINGET, load_long_binget) in load()