This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients eric.snow, petr.viktorin
Date 2022-02-14.09:28:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644830899.62.0.590844926135.issue46748@roundup.psfhosted.org>
In-reply-to
Content
In main, cpython/pystate.h newly includes stdbool.h, providing a definition for `bool` that might be incompatible with other software.

See here: https://github.com/cmusphinx/sphinxbase/pull/90

Eric, is this necessary? Would an old-school `int` do?
Or should we say it's 2022 already and everyone needs to use stdbool.hfore bools?
History
Date User Action Args
2022-02-14 09:28:19petr.viktorinsetrecipients: + petr.viktorin, eric.snow
2022-02-14 09:28:19petr.viktorinsetmessageid: <1644830899.62.0.590844926135.issue46748@roundup.psfhosted.org>
2022-02-14 09:28:19petr.viktorinlinkissue46748 messages
2022-02-14 09:28:19petr.viktorincreate