diff options
Diffstat (limited to 'Objects/exceptions.c')
-rw-r--r-- | Objects/exceptions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c index bcb1fd5d07..7beb2a2891 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -343,6 +343,7 @@ PyException_SetContext(PyObject *self, PyObject *context) } #undef PyExceptionClass_Name + char * PyExceptionClass_Name(PyObject *ob) { |