-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Ensure stdbool.h is included after Python.h #130740
Copy link
Copy link
Closed
Labels
buildThe build process and cross-buildThe build process and cross-buildextension-modulesC modules in the Modules dirC modules in the Modules dirinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildextension-modulesC modules in the Modules dirC modules in the Modules dirinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Including
stdbool.hbeforePython.hmay cause build issues when usingzig cc.See #130641 and #130641 (comment).
Linked PRs
stdbool.hincludes afterPython.h#130738stdbool.hincludes afterPython.h(#130738) #130756stdbool.hincludes afterPython.h(#130738) #130757