]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)
authorVictor Stinner <vstinner@python.org>
Wed, 19 Mar 2025 23:32:30 +0000 (00:32 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 23:32:30 +0000 (23:32 +0000)
commit6827c5129c5541a8608323fceda2233d542a5ec2
tree59dccf275f31e0ca4aa968c63b65a02a88be70f8
parenta7411025c5152e638b01eef0f0f5a6bf9352b46d
gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)

Move pycore_obmalloc.h include from pycore_interp_structs.h to
pycore_runtime_structs.h.

Add also comment explaining the purpose of each include in
pycore_interp_structs.h, pycore_runtime_structs.h and
pycore_structs.h.

Remove <stdbool.h> and <stddef.h> from pycore_structs.h.
Include/internal/pycore_backoff.h
Include/internal/pycore_interp_structs.h
Include/internal/pycore_runtime_structs.h
Include/internal/pycore_structs.h