Searched refs:imp_PyExc_OverflowError (Results 1 – 1 of 1) sorted by relevance
476 static PyObject *imp_PyExc_OverflowError; variable487 # define PyExc_OverflowError imp_PyExc_OverflowError757 imp_PyExc_OverflowError = PyDict_GetItemString(exdict, "OverflowError"); in get_exceptions()767 Py_XINCREF(imp_PyExc_OverflowError); in get_exceptions()