Searched refs:PyExceptionInstance_Class (Results 1 – 11 of 11) sorted by relevance
675 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_StrictErrors()1164 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()1182 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()1243 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()1279 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()1322 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogateEscapeErrors()1356 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogateEscapeErrors()
248 err = PyExceptionInstance_Class(err); in PyErr_GivenExceptionMatches()314 inclass = PyExceptionInstance_Class(value); in _PyErr_NormalizeException()
4395 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
61 #define PyExceptionInstance_Class(x) ((PyObject*)((x)->ob_type)) macro
803 PyErr_SetObject(PyExceptionInstance_Class(result), result); in _asyncio_Future_result_impl()1578 type = PyExceptionInstance_Class(type); in FutureIter_throw()
496 typ = PyExceptionInstance_Class(typ); in _gen_throw()