]> granicus.if.org Git - python/commit
Clean up after bpo-33738. (GH-7627)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 11 Jun 2018 12:01:47 +0000 (15:01 +0300)
committerGitHub <noreply@github.com>
Mon, 11 Jun 2018 12:01:47 +0000 (15:01 +0300)
commit5cbefa99198729a1d4e93d93f890c066039ee1d2
tree76cff6b51ef8c34fa9523ae86278e6254572a08c
parent9d6171ded5c56679bc295bacffc718472bcb706b
Clean up after bpo-33738. (GH-7627)

* Add declarations even if they are overridden by macros.
* Make the declaration and the definition of PyExceptionClass_Name
  consistent.
Include/abstract.h
Include/pyerrors.h
Misc/NEWS.d/next/Core and Builtins/2018-06-07-18-34-19.bpo-33738.ODZS7a.rst
Objects/exceptions.c