commit | 62078101ea1be5d2fc472a3f0d9d135e0bd5cd38 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 19 13:21:51 2021 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 19 13:21:51 2021 +0100 |
tree | 59fe5f8978ae72a51143d88ec8389abb72d7439a | |
parent | 5592f2b9daa24bf74cc616abcc40a29da2bdccb2 [diff] |
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.