Searched refs:PyExc_UnicodeTranslateError (Results 1 – 4 of 4) sorted by relevance
639 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeTranslateError)) { in PyCodec_IgnoreErrors()682 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeTranslateError)) { in PyCodec_ReplaceErrors()
154 PyAPI_DATA(PyObject *) PyExc_UnicodeTranslateError;
1877 PyObject *PyExc_UnicodeTranslateError = (PyObject *)&_PyExc_UnicodeTranslateError; variable1884 return PyObject_CallFunction(PyExc_UnicodeTranslateError, "u#nns", in PyUnicodeTranslateError_Create()
808 "PyExc_UnicodeTranslateError"