mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
2c228a7b8f
<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
Miscellaneous source files for the main Python shared library