Searched refs:PyExceptionClass_Check (Results 1 – 8 of 8) sorted by relevance
121 !PyExceptionClass_Check(exception)) { in _PyErr_SetObject()282 if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) { in PyErr_GivenExceptionMatches()343 if (PyExceptionClass_Check(type)) { in _PyErr_NormalizeException()521 if (!PyExceptionClass_Check(exc)) { in _PyErr_ChainExceptions()1326 assert(PyExceptionClass_Check(exc_type)); in write_unraisable_exc_file()
2695 assert(PyExceptionClass_Check(exc)); in _PyEval_EvalFrameDefault()2702 assert(PyExceptionClass_Check(exc)); in _PyEval_EvalFrameDefault()3657 if (!PyExceptionClass_Check(exc)) { in _PyEval_EvalFrameDefault()3667 if (!PyExceptionClass_Check(right)) { in _PyEval_EvalFrameDefault()5200 if (PyExceptionClass_Check(exc)) { in do_raise()5232 if (PyExceptionClass_Check(cause)) { in do_raise()
968 assert(PyExceptionClass_Check(type)); in print_exception()
1716 if (PyExceptionClass_Check(PyExc_TypeError)) { in min_max()
52 #define PyExceptionClass_Check(x) \ macro
567 if (PyExceptionClass_Check(exc)) { in future_set_exception()1695 if (PyExceptionClass_Check(type)) { in FutureIter_throw()
509 if (PyExceptionClass_Check(typ)) in _gen_throw()
370 assert(PyExceptionClass_Check(ob)); in PyExceptionClass_Name()