Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c476 static PyObject *imp_PyExc_OverflowError; variable
487 # define PyExc_OverflowError imp_PyExc_OverflowError
757 imp_PyExc_OverflowError = PyDict_GetItemString(exdict, "OverflowError"); in get_exceptions()
767 Py_XINCREF(imp_PyExc_OverflowError); in get_exceptions()