Home
last modified time | relevance | path

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

/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.c3871 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