Searched refs:STACK_GLOBAL (Results 1 – 5 of 5) sorted by relevance
177 STACK_GLOBAL = b'\x93' # same as GLOBAL but using names on the stacks variable982 write(STACK_GLOBAL)1383 dispatch[STACK_GLOBAL[0]] = load_stack_global
100 STACK_GLOBAL = '\x93', enumerator3440 const char stack_global_op = STACK_GLOBAL; in save_global()6460 OP(STACK_GLOBAL, load_stack_global) in load()
448 Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes.
2746 Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes.
327 - Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in