diff options
author | Victor Stinner <vstinner@python.org> | 2021-02-19 12:21:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 12:21:28 (GMT) |
commit | 5592f2b9daa24bf74cc616abcc40a29da2bdccb2 (patch) | |
tree | 532d865e35e6a5338310bb093841f30a7897d964 /Include/cpython | |
parent | 2bb0bf4dd8c0bd4d23eb04afce1a5eeee8e07982 (diff) | |
download | cpython-5592f2b9daa24bf74cc616abcc40a29da2bdccb2.zip cpython-5592f2b9daa24bf74cc616abcc40a29da2bdccb2.tar.gz cpython-5592f2b9daa24bf74cc616abcc40a29da2bdccb2.tar.bz2 |
bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24576)
Replace _PyThreadState_GET() with _PyInterpreterState_GET() in
functions which only need the current interpreter, but don't need the
current Python thread state.
Replace also _PyThreadState_UncheckedGet() with _PyThreadState_GET()
in faulthandler.c, since _PyThreadState_UncheckedGet() is just an
alias to _PyThreadState_GET() in practice.
Diffstat (limited to 'Include/cpython')
0 files changed, 0 insertions, 0 deletions