Searched refs:temp_bound (Results 1 – 1 of 1) sorted by relevance
900 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local910 temp_bound = PySet_New(bound); in analyze_child_block()911 if (!temp_bound) in analyze_child_block()920 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()926 Py_DECREF(temp_bound); in analyze_child_block()931 Py_XDECREF(temp_bound); in analyze_child_block()