]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130931: Add pycore_interpframe.h internal header (#131249)
authorVictor Stinner <vstinner@python.org>
Wed, 19 Mar 2025 17:17:44 +0000 (18:17 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 17:17:44 +0000 (18:17 +0100)
commit5c44d7d99c470b4270b2f0e4841cf5a7f2499e15
tree633e9b6f720587129cb131f6ae5e77a72faf72f4
parent6146295a5b8e9286ccb8f90818b764c9a0192090
gh-130931: Add pycore_interpframe.h internal header (#131249)

Move _PyInterpreterFrame and associated functions
to a new pycore_interpframe.h header.
Include/internal/pycore_frame.h
Include/internal/pycore_genobject.h
Include/internal/pycore_interpframe.h [new file with mode: 0644]
Modules/_testexternalinspection.c
Objects/typeobject.c
Objects/typevarobject.c
Python/_warnings.c
Python/gc_free_threading.c
Python/legacy_tracing.c
Python/specialize.c
Python/tracemalloc.c