]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Nov 2023 18:15:03 +0000 (19:15 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2023 18:15:03 +0000 (19:15 +0100)
commit7e2308aaa29419eadeef3a349c7c4d78e2cbc989
tree17973dd61146738c2b8bbac793168f4c09fa88b6
parente5dfcc2b6e1c8450e47acbc6e7d3fd3380ef0f03
gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121)

Add again the private _PyThreadState_UncheckedGet() function as an
alias to the new public PyThreadState_GetUnchecked() function.
Include/cpython/pystate.h
Misc/NEWS.d/next/C API/2023-11-15-18-36-21.gh-issue-112026._Yybr5.rst [new file with mode: 0644]