Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_asynciomodule.c61 PyObject *asyncio_task_get_stack_func; member
2395 return PyObject_Vectorcall(state->asyncio_task_get_stack_func, in _asyncio_Task_get_stack_impl()
3548 Py_VISIT(state->asyncio_task_get_stack_func); in module_traverse()
3578 Py_CLEAR(state->asyncio_task_get_stack_func); in module_clear()
3653 GET_MOD_ATTR(state->asyncio_task_get_stack_func, "_task_get_stack") in module_init()