]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148659: Export some internal functions for the JIT (PEP-523) (#148634)
authorDino Viehland <dinoviehland@meta.com>
Thu, 16 Apr 2026 23:55:03 +0000 (16:55 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Apr 2026 23:55:03 +0000 (01:55 +0200)
commit2a07ff980b412559f6cedafd432118684faa8d09
treed026a75897c50da79f42bbecb73b2ed478221354
parent2faceeec5c0fb06498a9654d429180ac4610c65a
gh-148659: Export some internal functions for the JIT (PEP-523) (#148634)

Export (as internal functions, not public ones) C API functions necessary to implement a JIT as a separate extension module.
Include/internal/pycore_abstract.h
Include/internal/pycore_call.h
Include/internal/pycore_dict.h
Include/internal/pycore_frame.h
Include/internal/pycore_function.h
Include/internal/pycore_interpframe.h
Include/internal/pycore_object.h
Include/internal/pycore_pyerrors.h
Include/internal/pycore_traceback.h
Include/internal/pycore_typeobject.h
Objects/dictobject.c