Skip to content

Commit 99cc971

Browse files
committed
Marc-Andre Lemburg: add PyExc_UnicodeError
1 parent d822518 commit 99cc971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/pyerrors.h

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ extern DL_IMPORT(PyObject *) PyExc_SystemError;
7979
extern DL_IMPORT(PyObject *) PyExc_SystemExit;
8080
extern DL_IMPORT(PyObject *) PyExc_TypeError;
8181
extern DL_IMPORT(PyObject *) PyExc_UnboundLocalError;
82+
extern DL_IMPORT(PyObject *) PyExc_UnicodeError;
8283
extern DL_IMPORT(PyObject *) PyExc_ValueError;
8384
extern DL_IMPORT(PyObject *) PyExc_ZeroDivisionError;
8485
#ifdef MS_WINDOWS

0 commit comments

Comments
 (0)