Searched refs:c_const_cache (Results 1 – 1 of 1) sorted by relevance
227 PyObject *c_const_cache; /* Python dict holding all constants, member388 c->c_const_cache = PyDict_New(); in compiler_init()389 if (!c->c_const_cache) { in compiler_init()395 Py_CLEAR(c->c_const_cache); in compiler_init()470 Py_DECREF(c->c_const_cache); in compiler_free()1314 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_consts_recursive()6848 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_const_one()