aboutsummaryrefslogtreecommitdiff
path: root/Python/pystate.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-02-19 13:21:51 +0100
committerGitHub <noreply@github.com>2021-02-19 13:21:51 +0100
commit62078101ea1be5d2fc472a3f0d9d135e0bd5cd38 (patch)
tree59fe5f8978ae72a51143d88ec8389abb72d7439a /Python/pystate.c
parent5592f2b9daa24bf74cc616abcc40a29da2bdccb2 (diff)
downloadcpython3-62078101ea1be5d2fc472a3f0d9d135e0bd5cd38.tar.gz
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.
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions