Home
last modified time | relevance | path

Searched refs:STACK_GLOBAL (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Dpickle.py177 STACK_GLOBAL = b'\x93' # same as GLOBAL but using names on the stacks variable
982 write(STACK_GLOBAL)
1383 dispatch[STACK_GLOBAL[0]] = load_stack_global
/external/python/cpython3/Modules/
D_pickle.c100 STACK_GLOBAL = '\x93', enumerator
3440 const char stack_global_op = STACK_GLOBAL; in save_global()
6460 OP(STACK_GLOBAL, load_stack_global) in load()
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst448 Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes.
D3.6.0a1.rst2746 Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes.
/external/python/cpython3/Misc/
DHISTORY327 - Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in