]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Use _PyInterpreterState_GET() (#106336)
authorVictor Stinner <vstinner@python.org>
Sun, 2 Jul 2023 16:37:37 +0000 (18:37 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jul 2023 16:37:37 +0000 (16:37 +0000)
commitbc7eb1708452da59c22782c487ae7f05f1788970
tree9bed06f1ec6084183251579badf9d32ad332d866
parent9a51a419619bb9dd1075d683708c57803c5d48c7
gh-106320: Use _PyInterpreterState_GET() (#106336)

Replace PyInterpreterState_Get() with inlined
_PyInterpreterState_GET().
Modules/_asynciomodule.c
Modules/_io/bufferedio.c
Modules/_posixsubprocess.c
Modules/_testinternalcapi.c
Modules/_typingmodule.c
Modules/_winapi.c
Objects/typevarobject.c
Python/codecs.c
Python/instrumentation.c
Python/optimizer.c
Python/pystate.c