Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1296 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()
H A Dif_python.c182 # define PyErr_ExceptionMatches dll_PyErr_ExceptionMatches macro
H A Dif_python3.c154 # define PyErr_ExceptionMatches py3_PyErr_ExceptionMatches macro