Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c469 static PyObject *p3imp_PyExc_TypeError; variable
480 # define PyExc_TypeError p3imp_PyExc_TypeError
877 p3imp_PyExc_TypeError = PyDict_GetItemString(exdict, "TypeError"); in get_py3_exceptions()
887 Py_XINCREF(p3imp_PyExc_TypeError); in get_py3_exceptions()