Home
last modified time | relevance | path

Searched refs:PyExc_SystemExit (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python.c484 # define PyExc_SystemExit imp_PyExc_SystemExit macro
H A Dif_python3.c482 # define PyExc_SystemExit p3imp_PyExc_SystemExit macro
H A Dif_py_both.h5698 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()