Searched refs:oloop (Results 1 – 1 of 1) sorted by relevance
2964 PyObject *oloop = get_future_loop(state, result); in task_step_handle_result_impl() local2965 if (oloop == NULL) { in task_step_handle_result_impl()2968 if (oloop != task->task_loop) { in task_step_handle_result_impl()2969 Py_DECREF(oloop); in task_step_handle_result_impl()2972 Py_DECREF(oloop); in task_step_handle_result_impl()