Searched refs:PyExceptionInstance_Class (Results 1 – 11 of 11) sorted by relevance
671 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_StrictErrors()1160 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()1178 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()1239 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()1275 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()1318 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogateEscapeErrors()1352 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogateEscapeErrors()
205 err = PyExceptionInstance_Class(err); in PyErr_GivenExceptionMatches()262 inclass = PyExceptionInstance_Class(value); in PyErr_NormalizeException()
4028 type = PyExceptionInstance_Class(exc); in do_raise()
106 err = PyExceptionInstance_Class(err); in PyErr_GivenExceptionMatches()167 inclass = PyExceptionInstance_Class(value); in PyErr_NormalizeException()
619 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_StrictErrors()
3891 type = PyExceptionInstance_Class(type); in do_raise()
256 typ = PyExceptionInstance_Class(typ); in gen_throw()
111 #define PyExceptionInstance_Class(x) \ macro
146 #define PyExceptionInstance_Class(x) ((PyObject*)((x)->ob_type)) macro
800 PyErr_SetObject(PyExceptionInstance_Class(result), result); in _asyncio_Future_result_impl()1587 type = PyExceptionInstance_Class(type); in FutureIter_throw()
495 typ = PyExceptionInstance_Class(typ); in _gen_throw()