Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Mar 19, 2025

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.

…ucts.h 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.
@vstinnervstinner enabled auto-merge (squash) March 19, 2025 23:22
@vstinnervstinner merged commit 6827c51 into python:mainMar 19, 2025
41 checks passed
@vstinnervstinner deleted the pycore_deps12 branch March 19, 2025 23:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner