Home
last modified time | relevance | path

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

/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c174 PyObject *c_const_cache; /* Python dict holding all constants, member
301 c->c_const_cache = PyDict_New(); in compiler_init()
302 if (!c->c_const_cache) { in compiler_init()
308 Py_CLEAR(c->c_const_cache); in compiler_init()
411 Py_DECREF(c->c_const_cache); in compiler_free()
1225 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_consts_recursive()
5854 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_const_tuple()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c174 PyObject *c_const_cache; /* Python dict holding all constants, member
301 c->c_const_cache = PyDict_New(); in compiler_init()
302 if (!c->c_const_cache) { in compiler_init()
308 Py_CLEAR(c->c_const_cache); in compiler_init()
411 Py_DECREF(c->c_const_cache); in compiler_free()
1225 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_consts_recursive()
5854 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_const_tuple()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c174 PyObject *c_const_cache; /* Python dict holding all constants, member
301 c->c_const_cache = PyDict_New(); in compiler_init()
302 if (!c->c_const_cache) { in compiler_init()
308 Py_CLEAR(c->c_const_cache); in compiler_init()
411 Py_DECREF(c->c_const_cache); in compiler_free()
1225 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_consts_recursive()
5854 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_const_tuple()
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c174 PyObject *c_const_cache; /* Python dict holding all constants, member
301 c->c_const_cache = PyDict_New(); in compiler_init()
302 if (!c->c_const_cache) { in compiler_init()
308 Py_CLEAR(c->c_const_cache); in compiler_init()
411 Py_DECREF(c->c_const_cache); in compiler_free()
1225 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_consts_recursive()
5854 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_const_tuple()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c174 PyObject *c_const_cache; /* Python dict holding all constants, member
301 c->c_const_cache = PyDict_New(); in compiler_init()
302 if (!c->c_const_cache) { in compiler_init()
308 Py_CLEAR(c->c_const_cache); in compiler_init()
411 Py_DECREF(c->c_const_cache); in compiler_free()
1225 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_consts_recursive()
5854 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_const_tuple()
/dports/lang/python39/Python-3.9.9/Python/
H A 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()
5885 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_const_tuple()
/dports/lang/python310/Python-3.10.1/Python/
H A 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()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c259 PyObject *c_const_cache; /* Python dict holding all constants, member
424 c->c_const_cache = PyDict_New(); in compiler_init()
425 if (!c->c_const_cache) { in compiler_init()
431 Py_CLEAR(c->c_const_cache); in compiler_init()
495 Py_DECREF(c->c_const_cache); in compiler_free()
1335 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_consts_recursive()
7344 PyObject *t = PyDict_SetDefault(c->c_const_cache, key, key); in merge_const_one()
/dports/net/kf5-syndication/syndication-5.89.0/autotests/atom/
H A Dbug411626.xml.expected4211 …<span class="n">PyObject</span> <span class="o">*</span><span class="n">c_const_cache</span><span …