Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c470 static PyObject *p3imp_PyExc_ValueError; variable
481 # define PyExc_ValueError p3imp_PyExc_ValueError
878 p3imp_PyExc_ValueError = PyDict_GetItemString(exdict, "ValueError"); in get_py3_exceptions()
888 Py_XINCREF(p3imp_PyExc_ValueError); in get_py3_exceptions()