Home
last modified time | relevance | path

Searched refs:oloop (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_asynciomodule.c2964 PyObject *oloop = get_future_loop(state, result); in task_step_handle_result_impl() local
2965 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()