]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91502: Add a new API to check if a frame is an entry frame (GH-91503)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 13 Apr 2022 13:06:56 +0000 (14:06 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Apr 2022 13:06:56 +0000 (14:06 +0100)
commit37a53fb6bd36964d97faad628d16db0b2b62704c
tree655b0dc3e24f9a7d7d37827473587c462f3919bd
parent54f67ad54366f1b9161edca283e19670e065e1b8
gh-91502: Add a new API to check if a frame is an entry frame (GH-91503)
Include/cpython/frameobject.h
Misc/NEWS.d/next/Core and Builtins/2022-04-13-11-15-09.gh-issue-91502.11YXHQ.rst [new file with mode: 0644]
Objects/frameobject.c