Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_asynciomodule.c2856 PyObject *oloop = get_future_loop(result); in task_step_impl() local
2857 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()