We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b1a4d commit 91df637Copy full SHA for 91df637
Python/codecs.c
@@ -673,7 +673,7 @@ wrong_exception_type(PyObject *exc)
673
PyObject_TypeCheck(EXC, (PyTypeObject *)PyExc_UnicodeEncodeError)
674
#define _PyIsUnicodeDecodeError(EXC) \
675
PyObject_TypeCheck(EXC, (PyTypeObject *)PyExc_UnicodeDecodeError)
676
-#define _PyIsUnicodeTranslateError(EXC) \
+#define _PyIsUnicodeTranslateError(EXC) \
677
PyObject_TypeCheck(EXC, (PyTypeObject *)PyExc_UnicodeTranslateError)
678
679
0 commit comments