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, serhiy.storchaka
Date 2022-02-14.17:02:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644858170.46.0.111928579838.issue46748@roundup.psfhosted.org>
In-reply-to
Content
It is in C99, but in an optional header.
IMO, including the header in the internals is perfectly OK, but opting everyone else in isn't very nice.
i.e. it would probably be OK to use `_Bool`, the actual C99 keyword that `bool` is defined as. But that's ugly enough to prefer `int`...
History
Date User Action Args
2022-02-14 17:02:50petr.viktorinsetrecipients: + petr.viktorin, eric.snow, serhiy.storchaka
2022-02-14 17:02:50petr.viktorinsetmessageid: <1644858170.46.0.111928579838.issue46748@roundup.psfhosted.org>
2022-02-14 17:02:50petr.viktorinlinkissue46748 messages
2022-02-14 17:02:50petr.viktorincreate