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()
123 PyObject *u_names; /* all names */ member547 Py_CLEAR(u->u_names); in compiler_unit_free()621 u->u_names = PyDict_New(); in compiler_enter_scope()622 if (!u->u_names) { in compiler_enter_scope()1884 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_names))); in get_ref_type()3559 PyObject *dict = c->u->u_names; in compiler_nameop()5913 names = dict_keys_inorder(c->u->u_names, 0); in makecode()