Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcodecs.c675 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()
Derrors.c248 err = PyExceptionInstance_Class(err); in PyErr_GivenExceptionMatches()
314 inclass = PyExceptionInstance_Class(value); in _PyErr_NormalizeException()
Dceval.c4395 type = PyExceptionInstance_Class(exc); in do_raise()
/external/python/cpython2/Python/
Derrors.c106 err = PyExceptionInstance_Class(err); in PyErr_GivenExceptionMatches()
167 inclass = PyExceptionInstance_Class(value); in PyErr_NormalizeException()
Dcodecs.c619 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_StrictErrors()
Dceval.c3891 type = PyExceptionInstance_Class(type); in do_raise()
/external/python/cpython2/Objects/
Dgenobject.c256 typ = PyExceptionInstance_Class(typ); in gen_throw()
/external/python/cpython2/Include/
Dpyerrors.h111 #define PyExceptionInstance_Class(x) \ macro
/external/python/cpython3/Include/
Dpyerrors.h61 #define PyExceptionInstance_Class(x) ((PyObject*)((x)->ob_type)) macro
/external/python/cpython3/Modules/
D_asynciomodule.c803 PyErr_SetObject(PyExceptionInstance_Class(result), result); in _asyncio_Future_result_impl()
1578 type = PyExceptionInstance_Class(type); in FutureIter_throw()
/external/python/cpython3/Objects/
Dgenobject.c496 typ = PyExceptionInstance_Class(typ); in _gen_throw()