Searched refs:u_consts (Results 1 – 1 of 1) sorted by relevance
105 PyObject *u_consts; /* all constants */ member454 Py_CLEAR(u->u_consts); in compiler_unit_free()503 u->u_consts = PyDict_New(); in compiler_enter_scope()504 if (!u->u_consts) { in compiler_enter_scope()1366 if (compiler_add_o(c, c->u->u_consts, first_const) < 0) { in compiler_function()1507 if (compiler_add_o(c, c->u->u_consts, Py_None) < 0) in compiler_lambda()3818 tmp = dict_keys_inorder(c->u->u_consts, 0); in makecode()