Home
last modified time | relevance | path

Searched refs:u_consts (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dcompile.c180 PyObject *u_consts; /* all constants */ member
598 Py_CLEAR(u->u_consts); in compiler_unit_free()
670 u->u_consts = PyDict_New(); in compiler_enter_scope()
671 if (!u->u_consts) { in compiler_enter_scope()
1415 Py_ssize_t arg = compiler_add_o(c->u->u_consts, key); in compiler_add_const()
7124 consts = consts_dict_keys_inorder(c->u->u_consts); in assemble()