Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c471 static PyObject *imp_PyExc_TypeError; variable
482 # define PyExc_TypeError imp_PyExc_TypeError
752 imp_PyExc_TypeError = PyDict_GetItemString(exdict, "TypeError"); in get_exceptions()
762 Py_XINCREF(imp_PyExc_TypeError); in get_exceptions()