Searched refs:u_names (Results 1 – 2 of 2) sorted by relevance
106 PyObject *u_names; /* all names */ member455 Py_CLEAR(u->u_names); in compiler_unit_free()508 u->u_names = PyDict_New(); in compiler_enter_scope()509 if (!u->u_names) { in compiler_enter_scope()1246 PyString_AS_STRING(PyObject_Repr(c->u->u_names)) in get_ref_type()2320 PyObject *dict = c->u->u_names; in compiler_nameop()3825 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
115 PyObject *u_names; /* all names */ member531 Py_CLEAR(u->u_names); in compiler_unit_free()612 u->u_names = PyDict_New(); in compiler_enter_scope()613 if (!u->u_names) { in compiler_enter_scope()1582 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_names)) in get_ref_type()3167 PyObject *dict = c->u->u_names; in compiler_nameop()5390 names = dict_keys_inorder(c->u->u_names, 0); in makecode()