mirror of https://github.com/python/cpython.git
![]() 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` (this caused some
build failures when compiling CPython with `zig cc`).
(cherry-picked from commit
|
||
---|---|---|
.. | ||
clinic | ||
impl | ||
blake2b2s.py | ||
blake2b_impl.c | ||
blake2module.c | ||
blake2module.h | ||
blake2s_impl.c |