Searched refs:st_global (Results 1 – 2 of 2) sorted by relevance
33 PyObject *st_global; /* borrowed ref to st_top->ste_symbols */ member
1012 st->st_global = st->st_cur->ste_symbols; in symtable_enter_block()1096 if ((o = PyDict_GetItemWithError(st->st_global, mangled))) { in symtable_add_def_helper()1105 if (PyDict_SetItem(st->st_global, mangled, o) < 0) { in symtable_add_def_helper()1270 && (st->st_cur->ste_symbols != st->st_global) in symtable_visit_stmt()