Searched refs:u_names (Results 1 – 1 of 1) sorted by relevance
181 PyObject *u_names; /* all names */ member599 Py_CLEAR(u->u_names); in compiler_unit_free()675 u->u_names = PyDict_New(); in compiler_enter_scope()676 if (!u->u_names) { in compiler_enter_scope()1999 c->u->u_ste->ste_symbols, c->u->u_varnames, c->u->u_names); in get_ref_type()3685 PyObject *dict = c->u->u_names; in compiler_nameop()6882 names = dict_keys_inorder(c->u->u_names, 0); in makecode()