]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add new PyFrame_GetLasti C-API function (GH-32413)
authorMark Shannon <mark@hotpy.org>
Fri, 8 Apr 2022 11:18:57 +0000 (12:18 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Apr 2022 11:18:57 +0000 (12:18 +0100)
commit5b4a4b6f0905c60514528b454af43aeea058b5a2
treeab395cfccfecb94af2db5055f7477ddb39a9ea3e
parentf4b328e2bbbcc1096a28e903f07868b425397767
Add new PyFrame_GetLasti C-API function (GH-32413)
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-04-08-11-29-36.bpo-40421.H0ORmT.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/frameobject.c