Searched refs:nxt_py_set_exception_str (Results 1 – 4 of 4) sorted by relevance
50 PyObject *nxt_py_set_exception_str; variable105 { nxt_string("set_exception"), &nxt_py_set_exception_str },
45 extern PyObject *nxt_py_set_exception_str;
615 res = PyObject_CallMethodObjArgs(future, nxt_py_set_exception_str, exc, in nxt_py_asgi_http_drain()
656 res = PyObject_CallMethodObjArgs(future, nxt_py_set_exception_str, exc, in nxt_py_asgi_websocket_receive_fail()