◐ Shell
clean mode source ↗

gh-112026: Add again _PyThreadState_UncheckedGet() function by vstinner · Pull Request #112121 · python/cpython

Add again the private _PyThreadState_UncheckedGet() function as an
alias to the new public PyThreadState_GetUnchecked() function.

@vstinner vstinner deleted the tstate_get_unchanged_alias branch

November 15, 2023 18:15

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
…thon#112121)

Add again the private _PyThreadState_UncheckedGet() function as an
alias to the new public PyThreadState_GetUnchecked() function.

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
…thon#112121)

Add again the private _PyThreadState_UncheckedGet() function as an
alias to the new public PyThreadState_GetUnchecked() function.