Searched refs:oloop (Results 1 – 1 of 1) sorted by relevance
2856 PyObject *oloop = get_future_loop(result); in task_step_impl() local2857 if (oloop == NULL) { in task_step_impl()2860 if (oloop != task->task_loop) { in task_step_impl()2861 Py_DECREF(oloop); in task_step_impl()2864 Py_DECREF(oloop); in task_step_impl()