Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c3730 const char stack_global_op = STACK_GLOBAL; in save_global() local
3737 if (_Pickler_Write(self, &stack_global_op, 1) < 0) in save_global()