Searched refs:PyExceptionClass_Check (Results 1 – 12 of 12) sorted by relevance
108 if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) { in PyErr_GivenExceptionMatches()172 if (PyExceptionClass_Check(type)) { in PyErr_NormalizeException()673 assert(PyExceptionClass_Check(t)); in PyErr_WriteUnraisable()
2149 else if (PyExceptionClass_Check(v) || in PyEval_EvalFrameEx()3869 if (PyExceptionClass_Check(type)) { in do_raise()3905 assert(PyExceptionClass_Check(type)); in do_raise()
1276 else if (PyExceptionClass_Check(exception)) { in PyErr_Display()
90 !PyExceptionClass_Check(exception)) { in PyErr_SetObject()207 if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) { in PyErr_GivenExceptionMatches()257 if (PyExceptionClass_Check(type)) { in PyErr_NormalizeException()978 assert(PyExceptionClass_Check(t)); in PyErr_WriteUnraisable()
1877 else if (PyExceptionClass_Check(status)) { in _PyEval_EvalFrameDefault()4013 if (PyExceptionClass_Check(exc)) { in do_raise()4045 if (PyExceptionClass_Check(cause)) { in do_raise()4727 if (!PyExceptionClass_Check(exc)) { in cmp_outcome()4735 if (!PyExceptionClass_Check(w)) { in cmp_outcome()
779 assert(PyExceptionClass_Check(type)); in print_exception()
241 if (PyExceptionClass_Check(typ)) { in gen_throw()
98 #define PyExceptionClass_Check(x) \ macro
136 #define PyExceptionClass_Check(x) \ macro
553 if (PyExceptionClass_Check(exc)) { in future_set_exception()1576 if (PyExceptionClass_Check(type)) { in FutureIter_throw()
481 if (PyExceptionClass_Check(typ)) in _gen_throw()
1891 if (!PyExceptionClass_Check(exc)) { in raise_exception()