Skip to content

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 [email protected] 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