diff options
author | Christian Tismer <tismer@stackless.com> | 2018-06-11 00:48:28 +0200 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-06-10 18:48:28 -0400 |
commit | 8398713cea0eb17b013f25f86bef47c7e5e63139 (patch) | |
tree | bbfcab1633b490ea30724338d5d4e3a43ece3a9b /Objects/exceptions.c | |
parent | 877b23202b7e7d4f57b58504fd0eb886e8c0b377 (diff) | |
download | cpython-git-8398713cea0eb17b013f25f86bef47c7e5e63139.tar.gz |
bpo-33738: Address review comments in GH #7477 (GH-7585)
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) { |