Searched refs:PyExc_UnicodeDecodeError (Results 1 – 10 of 10) sorted by relevance
479 else if (PyObject_IsInstance(exc, PyExc_UnicodeDecodeError)) { in PyCodec_IgnoreErrors()520 else if (PyObject_IsInstance(exc, PyExc_UnicodeDecodeError)) { in PyCodec_ReplaceErrors()
153 PyAPI_DATA(PyObject *) PyExc_UnicodeDecodeError;
152 PyAPI_DATA(PyObject *) PyExc_UnicodeDecodeError;
1792 PyObject *PyExc_UnicodeDecodeError = (PyObject *)&_PyExc_UnicodeDecodeError; variable1799 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "ss#nns", in PyUnicodeDecodeError_Create()
6306 if (!PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) in PyUnicode_RichCompare()
1780 PyObject *PyExc_UnicodeDecodeError = (PyObject *)&_PyExc_UnicodeDecodeError; variable1787 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "ss#nns", in PyUnicodeDecodeError_Create()
6211 if (!PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) in PyUnicode_RichCompare()
840 if (!PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in tok_stdin_decode()
820 if (!PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in tok_stdin_decode()