Home
last modified time | relevance | path

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

/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dloop.c113706 PyObject *__pyx_v_pending_calls = NULL; in __pyx_f_6uvloop_4loop_18UVProcessTransport__call_connection_made() local
114136 __pyx_v_pending_calls = __pyx_t_4; in __pyx_f_6uvloop_4loop_18UVProcessTransport__call_connection_made()
114172 …if (likely(PyList_CheckExact(__pyx_v_pending_calls)) || PyTuple_CheckExact(__pyx_v_pending_calls))… in __pyx_f_6uvloop_4loop_18UVProcessTransport__call_connection_made()
114173 __pyx_t_4 = __pyx_v_pending_calls; __Pyx_INCREF(__pyx_t_4); __pyx_t_22 = 0; in __pyx_f_6uvloop_4loop_18UVProcessTransport__call_connection_made()
114176 …__pyx_t_22 = -1; __pyx_t_4 = PyObject_GetIter(__pyx_v_pending_calls); if (unlikely(!__pyx_t_4)) __… in __pyx_f_6uvloop_4loop_18UVProcessTransport__call_connection_made()
114517 __Pyx_XDECREF(__pyx_v_pending_calls); in __pyx_f_6uvloop_4loop_18UVProcessTransport__call_connection_made()