Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c473 static PyObject *imp_PyExc_SystemExit; variable
484 # define PyExc_SystemExit imp_PyExc_SystemExit
754 imp_PyExc_SystemExit = PyDict_GetItemString(exdict, "SystemExit"); in get_exceptions()
764 Py_XINCREF(imp_PyExc_SystemExit); in get_exceptions()