]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131238: Remove includes from pycore_interp.h (#131495)
authorVictor Stinner <vstinner@python.org>
Thu, 20 Mar 2025 11:35:23 +0000 (12:35 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Mar 2025 11:35:23 +0000 (11:35 +0000)
commitb69da006a4f493f1eec0df413f81fbfc3e366783
tree06f936be9f5434ec4c9f10c7c43f681042e4a853
parent34c1ea3109d750896bc27b575ebaec85a371d0ba
gh-131238: Remove includes from pycore_interp.h (#131495)

Remove also now unused includes in C files.
27 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_freelist.h
Include/internal/pycore_interp.h
Modules/_interpretersmodule.c
Modules/_lsprof.c
Modules/_testcapi/watchers.c
Modules/_testinternalcapi.c
Modules/signalmodule.c
Objects/abstract.c
Objects/codeobject.c
Objects/iterobject.c
Objects/object.c
Objects/tupleobject.c
Parser/myreadline.c
Python/_warnings.c
Python/ceval.c
Python/ceval_gil.c
Python/crossinterp.c
Python/gc.c
Python/gc_free_threading.c
Python/instrumentation.c
Python/legacy_tracing.c
Python/perf_trampoline.c
Python/pylifecycle.c
Python/pystate.c
Python/sysmodule.c
Python/traceback.c