]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575)
authorVictor Stinner <vstinner@python.org>
Fri, 19 Feb 2021 12:21:51 +0000 (13:21 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Feb 2021 12:21:51 +0000 (13:21 +0100)
commit62078101ea1be5d2fc472a3f0d9d135e0bd5cd38
tree59fe5f8978ae72a51143d88ec8389abb72d7439a
parent5592f2b9daa24bf74cc616abcc40a29da2bdccb2
bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575)

Use directly the PyThreadState_Get() function in public header files,
since PyThreadState_GET() macro is just an alias to it in pratice in
these files.
Include/cpython/abstract.h
Include/cpython/object.h