Home
last modified time | relevance | path

Searched defs:STACK_GLOBAL (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dpickle.py187 STACK_GLOBAL = b'\x93' # same as GLOBAL but using names on the stacks variable
/external/python/cpython3/Modules/
D_pickle.c105 STACK_GLOBAL = '\x93', enumerator