]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131238: Add pycore_interpframe_structs.h header (#131553)
authorVictor Stinner <vstinner@python.org>
Fri, 21 Mar 2025 17:19:47 +0000 (18:19 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Mar 2025 17:19:47 +0000 (17:19 +0000)
commit61317074d450f72fa121ceb1c7b0c52698a71106
tree4d086d85d468cdc511f7cc36eb9e1aeed3ce374f
parent1a082085ae3e3eb62fd8bfadbea3f1f526b551f6
gh-131238: Add pycore_interpframe_structs.h header (#131553)

Add an explicit include to pycore_interpframe_structs.h in
pycore_runtime_structs.h to fix a dependency cycle.
Include/internal/pycore_genobject.h
Include/internal/pycore_interpframe.h
Include/internal/pycore_interpframe_structs.h [new file with mode: 0644]
Include/internal/pycore_runtime_structs.h
Objects/genobject.c
Python/pylifecycle.c
Python/pystate.c