Searched refs:PyExc_UnicodeDecodeError (Results 1 – 7 of 7) sorted by relevance
635 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_IgnoreErrors()676 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_ReplaceErrors()
153 PyAPI_DATA(PyObject *) PyExc_UnicodeDecodeError;
1779 PyObject *PyExc_UnicodeDecodeError = (PyObject *)&_PyExc_UnicodeDecodeError; variable1786 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "ss#nns", in PyUnicodeDecodeError_Create()
6313 if (!PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) in PyUnicode_RichCompare()
807 "PyExc_UnicodeDecodeError"
844 if (!PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in tok_stdin_decode()
473 if (!r && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in unicode_FromTclStringAndSize()