[Python-Dev] Re: Require a C compiler supporting C99 to build Python 3.11

2022年2月11日 04:59:28 -0800

IMO we need to distinguish the public C API which should be as much
compatible as possible, target the oldest C standard, and the Python
internals can require a more recent C standard.
For example, today maybe it's reasonable to requires C99 for Include/
headers (public .h files) and support C11 for Python internals
(private .c files).
Victor
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/LG5WBBU5JK44IO6UCKSQEUVCJ55X6ZBE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to