]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
authorVictor Stinner <vstinner@python.org>
Fri, 20 Mar 2020 14:51:45 +0000 (15:51 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Mar 2020 14:51:45 +0000 (15:51 +0100)
commitfd1e1a18fa3befe5b6eeac32e0561e15c7e5164b
tree06a32a688ef6d88553386ec2710eecc5fd246226
parentd83168854e19d0381fa57db25fca6c622917624f
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)

Add PyThreadState_GetFrame() function: get the current frame
of a Python thread state.
Doc/c-api/init.rst
Doc/c-api/reflection.rst
Doc/whatsnew/3.9.rst
Include/pystate.h
Misc/NEWS.d/next/C API/2020-03-20-14-55-09.bpo-39947.W7uCJ3.rst [new file with mode: 0644]
Python/pystate.c