From 8398713cea0eb17b013f25f86bef47c7e5e63139 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Mon, 11 Jun 2018 00:48:28 +0200 Subject: bpo-33738: Address review comments in GH #7477 (GH-7585) --- Objects/exceptions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Objects/exceptions.c') 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) { -- cgit v1.2.1