SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 40 Python

gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738)

Move some `#include <stdbool.h>` after `#include "Python.h"` when `pyconfig.h` is not
included first and when we are in a platform-agnostic context. This is to avoid having
features defined by `stdbool.h` before those decided by `Python.h`.
H
Hugo Beauzée-Luyssen committed
214562ed4ddc248b007f718ed92ebcc0c3669611
Parent: 051f0e5
Committed by GitHub <noreply@github.com> on 3/2/2025, 9:56:49 AM