]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131238: Use pycore_interp_structs.h header (#131481)
authorVictor Stinner <vstinner@python.org>
Wed, 19 Mar 2025 23:13:25 +0000 (00:13 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 23:13:25 +0000 (23:13 +0000)
commita7411025c5152e638b01eef0f0f5a6bf9352b46d
tree5b5c46126e87f3d19520ad1ef10d64057fb91823
parenta8cb5e4a43a0f4699590a746ca02cd688480ba15
gh-131238: Use pycore_interp_structs.h header (#131481)

Replace pycore_runtime_structs.h include with pycore_interp_structs.h
include in internal headers.
Include/internal/pycore_codecs.h
Include/internal/pycore_fileutils.h
Include/internal/pycore_gc.h
Include/internal/pycore_import.h
Include/internal/pycore_interp.h
Include/internal/pycore_runtime.h
Include/internal/pycore_time.h
Include/internal/pycore_typeobject.h