]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
authorVictor Stinner <vstinner@python.org>
Fri, 13 Mar 2020 22:38:08 +0000 (23:38 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2020 22:38:08 +0000 (23:38 +0100)
commit8fb02b6e1942811c8d81041e7df3f5f1f4b1d410
tree3aa66f0f66f706d076cacd4f207039bdca5675bb
parentbe79373a78c0d75fc715ab64253c9b757987a848
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)

Add PyThreadState_GetInterpreter(tstate): get the interpreter of a
Python thread state.
Doc/c-api/init.rst
Doc/whatsnew/3.9.rst
Include/pystate.h
Misc/NEWS.d/next/C API/2020-03-13-18-10-58.bpo-39947.gmEAaU.rst [new file with mode: 0644]
Modules/faulthandler.c
Python/pystate.c