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 vstinner
Recipients mark.dickinson, petr.viktorin, r.david.murray, rhettinger, tim.peters, vstinner
Date 2022-02-07.13:42:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644241322.63.0.875719829562.issue46640@roundup.psfhosted.org>
In-reply-to
Content
> Adding new C99 features needs a change in PEP 7 (https://www.python.org/dev/peps/pep-0007/#c-dialect)

IMO this PEP is outdated for a long time.

C99 standard is wide. Do we have to explicitly list every single function, macro or constant used by Python? It doesn't sound reasonable to me. IMO saying that we use "C99 except of these few features: <...>" would be closer to the reality. I don't know which features are not used.

Well, if you ask me, I would simply require a C99 compiler. That's all :-)

Note: Python uses C11 <stdatomic.h>, but it remains an optional requirement.
History
Date User Action Args
2022-02-07 13:42:02vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, r.david.murray, petr.viktorin
2022-02-07 13:42:02vstinnersetmessageid: <1644241322.63.0.875719829562.issue46640@roundup.psfhosted.org>
2022-02-07 13:42:02vstinnerlinkissue46640 messages
2022-02-07 13:42:02vstinnercreate