Home
last modified time | relevance | path

Searched refs:temp_free (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
913 temp_free = PySet_New(free); in analyze_child_block()
914 if (!temp_free) in analyze_child_block()
920 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
922 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
927 Py_DECREF(temp_free); in analyze_child_block()
932 Py_XDECREF(temp_free); in analyze_child_block()