Home | History | Annotate | Download | only in Modules

Lines Matching refs:intern_table

1212 traceback_to_pyobject(traceback_t *traceback, _Py_hashtable_t *intern_table)
1217 if (intern_table != NULL) {
1218 if (_Py_HASHTABLE_GET(intern_table, traceback, frames)) {
1237 if (intern_table != NULL) {
1238 if (_Py_HASHTABLE_SET(intern_table, traceback, frames) < 0) {
1243 /* intern_table keeps a new reference to frames */