]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)
authorDino Viehland <dinoviehland@meta.com>
Wed, 17 Sep 2025 15:04:02 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 15:04:02 +0000 (08:04 -0700)
commit299de38e61e09e8821f3245a833e5e4c1b6e5aa8
tree3f984c5ace8723d7076415afdc59d0da442ff606
parentdd15a2e11ea5d16ad42050a2723dec0e400ea394
gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)
Include/internal/pycore_call.h
Include/internal/pycore_ceval.h
Include/internal/pycore_code.h
Include/internal/pycore_dict.h
Include/internal/pycore_function.h
Include/internal/pycore_genobject.h
Include/internal/pycore_instruments.h
Include/internal/pycore_typeobject.h
Objects/typeobject.c