]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 17 Feb 2021 10:51:08 +0000 (11:51 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Feb 2021 10:51:08 +0000 (11:51 +0100)
commitcd80f430daa7dfe7feeb431ed34f88db5f64aa30
tree0f9872a24b851c515b3ab1853bb7cd834f7cee67
parent801bb0b5035f8eeafe389dc082c02dfafaa07f6a
bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553)

Remove macro variant of PyExceptionClass_Name().
Include/cpython/pyerrors.h
Misc/NEWS.d/next/C API/2021-02-16-22-29-39.bpo-40170.ahHmOo.rst [new file with mode: 0644]
Objects/exceptions.c