]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
authorMark Shannon <mark@hotpy.org>
Thu, 31 Mar 2022 16:13:25 +0000 (17:13 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 16:13:25 +0000 (17:13 +0100)
commit74b95d86e0f14603f878c4df3133bc8a93f8f80a
treebdd3f8b2a671bfa2458c1a4e34098ff70fa6e36b
parent44e915028d75f7cef141aa1aada962465a5907d6
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Doc/c-api/frame.rst
Doc/whatsnew/3.11.rst
Include/cpython/frameobject.h
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2022-03-25-13-40-46.bpo-40421.wJREl2.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/frameobject.c