Home
last modified time | relevance | path

Searched refs:temp_free (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
751 temp_free = PyDict_New(); in analyze_child_block()
752 if (!temp_free) in analyze_child_block()
754 if (PyDict_Update(temp_free, free) < 0) in analyze_child_block()
762 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
764 if (PyDict_Update(child_free, temp_free) < 0) in analyze_child_block()
767 Py_DECREF(temp_free); in analyze_child_block()
772 Py_XDECREF(temp_free); in analyze_child_block()