Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c173 PyObject *c_const_cache; /* Python dict holding all constants, member
303 c->c_const_cache = PyDict_New(); in compiler_init()
304 if (!c->c_const_cache) { in compiler_init()
310 Py_CLEAR(c->c_const_cache); in compiler_init()
416 Py_DECREF(c->c_const_cache); in compiler_free()
1208 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_consts_recursive()
5879 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_const_tuple()