Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsymtable.c900 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
916 temp_global = PySet_New(global); in analyze_child_block()
917 if (!temp_global) in analyze_child_block()
920 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
928 Py_DECREF(temp_global); in analyze_child_block()
933 Py_XDECREF(temp_global); in analyze_child_block()