Searched refs:PyExc_SystemExit (Results 1 – 3 of 3) sorted by relevance
484 # define PyExc_SystemExit imp_PyExc_SystemExit macro
482 # define PyExc_SystemExit p3imp_PyExc_SystemExit macro
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()