Home | History | Annotate | Download | only in Python

Lines Matching refs:st_global

955         st->st_global = st->st_cur->ste_symbols;
1019 if ((o = PyDict_GetItem(st->st_global, mangled))) {
1025 if (PyDict_SetItem(st->st_global, mangled, o) < 0) {