Searched refs:u_varnames (Results 1 – 1 of 1) sorted by relevance
107 PyObject *u_varnames; /* local variables */ member456 Py_CLEAR(u->u_varnames); in compiler_unit_free()484 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()486 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()1236 PyString_AS_STRING(PyObject_Repr(c->u->u_varnames)), in get_ref_type()3825 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()3839 nlocals = PyDict_Size(c->u->u_varnames); in makecode()