Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c137 PyObject *scope, *res, *py_task, *receive, *send, *done; in nxt_py_asgi_lifespan_target_startup() local
265 py_task = PyObject_CallFunctionObjArgs(ctx_data->loop_create_task, res, in nxt_py_asgi_lifespan_target_startup()
267 if (nxt_slow_path(py_task == NULL)) { in nxt_py_asgi_lifespan_target_startup()
276 res = PyObject_CallMethodObjArgs(py_task, nxt_py_add_done_callback_str, in nxt_py_asgi_lifespan_target_startup()
303 Py_DECREF(py_task); in nxt_py_asgi_lifespan_target_startup()