bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
<stdbool.h> is the standard/modern way to define embedd/extends Python free to define bool, true and false, but there are existing applications that use slightly different redefinitions, which fail if the header is included. It's OK to use stdbool outside the public headers, though. https://bugs.python.org/issue46748
P
Petr Viktorin committed
2c228a7b8f89e9ed8d390370abd771d4993b79d8
Parent: 98c3bea
Committed by GitHub <noreply@github.com>
on 2/25/2022, 8:25:54 AM