Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c737 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
756 temp_global = PyDict_New(); in analyze_child_block()
757 if (!temp_global) in analyze_child_block()
759 if (PyDict_Update(temp_global, global) < 0) in analyze_child_block()
762 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
768 Py_DECREF(temp_global); in analyze_child_block()
773 Py_XDECREF(temp_global); in analyze_child_block()