Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c474 static PyObject *imp_PyExc_RuntimeError; variable
485 # define PyExc_RuntimeError imp_PyExc_RuntimeError
755 imp_PyExc_RuntimeError = PyDict_GetItemString(exdict, "RuntimeError"); in get_exceptions()
765 Py_XINCREF(imp_PyExc_RuntimeError); in get_exceptions()