]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39947: Add _PyThreadState_GetDict() function (GH-19160)
authorVictor Stinner <vstinner@python.org>
Wed, 25 Mar 2020 20:22:55 +0000 (21:22 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 20:22:55 +0000 (21:22 +0100)
commit0e427c6d159e86f17270770cd8dc37372e3c4004
tree6d2090b90405358e5fca7c5a6ceb023909b4362e
parent302e5a8f79514fd84bafbc44b7c97ec636302322
bpo-39947: Add _PyThreadState_GetDict() function (GH-19160)
Include/cpython/pystate.h
Modules/_asynciomodule.c
Python/pystate.c