Skip to content

[3.13] Postpone <stdbool.h> inclusion after Python.h (#130641) #130675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

vstinner
Copy link
Member

Remove inclusions prior to Python.h.

<stdbool.h> will cause <features.h> to be included before Python.h can define some macros to enable some additional features, causing multiple types not to be defined down the line.

(cherry picked from commit 830f04b)

Remove inclusions prior to Python.h.

<stdbool.h> will cause <features.h> to be included before Python.h can
define some macros to enable some additional features, causing multiple
types not to be defined down the line.

(cherry picked from commit 830f04b)
@ghost
Copy link

ghost commented Feb 28, 2025

All commit authors signed the Contributor License Agreement.
CLA signed

@vstinner
Copy link
Member Author

@chouquette: Would you mind to also sign the Python CLA with your hugo@beauzee.fr email? See the previous bot comment.

@chouquette
Copy link
Contributor

Done! Thanks for handling the backport

@vstinner vstinner enabled auto-merge (squash) February 28, 2025 09:20
@vstinner vstinner merged commit 9184b1b into python:3.13 Feb 28, 2025
39 checks passed
@vstinner vstinner deleted the postpone_stdbool13 branch February 28, 2025 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants