Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickle.py187 STACK_GLOBAL = b'\x93' # same as GLOBAL but using names on the stacks variable
1098 write(STACK_GLOBAL)
1537 raise UnpicklingError("STACK_GLOBAL requires str")
1539 dispatch[STACK_GLOBAL[0]] = load_stack_global
/third_party/python/Modules/
H A D_pickle.c118 STACK_GLOBAL = '\x93', enumerator
3748 const char stack_global_op = STACK_GLOBAL; in save_global()
6040 PyErr_SetString(st->UnpicklingError, "STACK_GLOBAL requires str"); in load_stack_global()
6917 OP(STACK_GLOBAL, load_stack_global) in load()
/third_party/python/Lib/test/
H A Dpickletester.py686 48: \x93 STACK_GLOBAL
713 143: \x93 STACK_GLOBAL
1243 b'\x93', # STACK_GLOBAL
1281 # STACK_GLOBAL
1854 self.assertTrue(opcode_in_pickle(pickle.STACK_GLOBAL, p))

Completed in 17 milliseconds