Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c227 PyObject *c_const_cache; /* Python dict holding all constants, member
388 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()