Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c471 static PyObject *p3imp_PyExc_SystemExit; variable
482 # define PyExc_SystemExit p3imp_PyExc_SystemExit
879 p3imp_PyExc_SystemExit = PyDict_GetItemString(exdict, "SystemExit"); in get_py3_exceptions()
889 Py_XINCREF(p3imp_PyExc_SystemExit); in get_py3_exceptions()