Searched refs:PyErr_ExceptionMatches (Results 1 – 3 of 3) sorted by relevance
1296 if (PyErr_Occurred() && PyErr_ExceptionMatches(PyExc_ImportError)) in find_module()1331 if (PyErr_Occurred() && PyErr_ExceptionMatches(PyExc_ImportError)) in find_module()5698 else if (PyErr_Occurred() && PyErr_ExceptionMatches(PyExc_SystemExit)) in run_cmd()5742 else if (PyErr_Occurred() && PyErr_ExceptionMatches(PyExc_SystemExit)) in run_do()5844 if (PyErr_Occurred() && PyErr_ExceptionMatches(PyExc_SystemExit)) in run_eval()
182 # define PyErr_ExceptionMatches dll_PyErr_ExceptionMatches macro
154 # define PyErr_ExceptionMatches py3_PyErr_ExceptionMatches macro