We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d822518 commit 99cc971Copy full SHA for 99cc971
Include/pyerrors.h
@@ -79,6 +79,7 @@ extern DL_IMPORT(PyObject *) PyExc_SystemError;
79
extern DL_IMPORT(PyObject *) PyExc_SystemExit;
80
extern DL_IMPORT(PyObject *) PyExc_TypeError;
81
extern DL_IMPORT(PyObject *) PyExc_UnboundLocalError;
82
+extern DL_IMPORT(PyObject *) PyExc_UnicodeError;
83
extern DL_IMPORT(PyObject *) PyExc_ValueError;
84
extern DL_IMPORT(PyObject *) PyExc_ZeroDivisionError;
85
#ifdef MS_WINDOWS
0 commit comments