Searched refs:asyncio_CancelledError (Results 1 – 1 of 1) sorted by relevance
57 PyObject *asyncio_CancelledError; member569 exc = PyObject_CallNoArgs(state->asyncio_CancelledError); in create_cancelled_error()571 exc = PyObject_CallOneArg(state->asyncio_CancelledError, msg); in create_cancelled_error()583 PyErr_SetObject(state->asyncio_CancelledError, exc); in future_set_cancelled_error()2755 if (!exc || !PyErr_GivenExceptionMatches(exc, state->asyncio_CancelledError)) { in task_step_impl()2818 if (PyErr_ExceptionMatches(state->asyncio_CancelledError)) { in task_step_impl()3552 Py_VISIT(state->asyncio_CancelledError); in module_traverse()3582 Py_CLEAR(state->asyncio_CancelledError); in module_clear()3649 GET_MOD_ATTR(state->asyncio_CancelledError, "CancelledError") in module_init()