Searched refs:imp_PyExc_IndexError (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dif_python.c247 static PyObject *imp_PyExc_IndexError; variable
253 # define PyExc_IndexError imp_PyExc_IndexError
408 imp_PyExc_IndexError = PyDict_GetItemString(exdict, "IndexError");
413 Py_XINCREF(imp_PyExc_IndexError);

Completed in 73 milliseconds