Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c472 static PyObject *p3imp_PyExc_RuntimeError; variable
483 # define PyExc_RuntimeError p3imp_PyExc_RuntimeError
880 p3imp_PyExc_RuntimeError = PyDict_GetItemString(exdict, "RuntimeError"); in get_py3_exceptions()
890 Py_XINCREF(p3imp_PyExc_RuntimeError); in get_py3_exceptions()