Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c74 && (c->u->u_ste->ste_type == ModuleBlock))
170 PySTEntryObject *u_ste; member
595 Py_CLEAR(u->u_ste); in compiler_unit_free()
624 u->u_ste = PySymtable_Lookup(c->c_st, key); in compiler_enter_scope()
625 if (!u->u_ste) { in compiler_enter_scope()
631 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
632 u->u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, 0, 0); in compiler_enter_scope()
637 if (u->u_ste->ste_needs_class_closure) { in compiler_enter_scope()
656 u->u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS, in compiler_enter_scope()
769 scope = _PyST_GetScope(parent->u_ste, mangled); in compiler_set_qualname()
[all …]