diff options
| author | Victor Stinner <vstinner@python.org> | 2021-02-19 12:21:51 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-19 12:21:51 (GMT) |
| commit | 62078101ea1be5d2fc472a3f0d9d135e0bd5cd38 (patch) | |
| tree | 59fe5f8978ae72a51143d88ec8389abb72d7439a /Python/sysmodule.c | |
| parent | 5592f2b9daa24bf74cc616abcc40a29da2bdccb2 (diff) | |
| download | cpython-62078101ea1be5d2fc472a3f0d9d135e0bd5cd38.zip cpython-62078101ea1be5d2fc472a3f0d9d135e0bd5cd38.tar.gz cpython-62078101ea1be5d2fc472a3f0d9d135e0bd5cd38.tar.bz2 | |
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/sysmodule.c')
0 files changed, 0 insertions, 0 deletions
