Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c465 static PyObject *p3imp_PyExc_AttributeError; variable
476 # define PyExc_AttributeError p3imp_PyExc_AttributeError
873 p3imp_PyExc_AttributeError = PyDict_GetItemString(exdict, "AttributeError"); in get_py3_exceptions()
883 Py_XINCREF(p3imp_PyExc_AttributeError); in get_py3_exceptions()