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

2022年2月10日 03:23:50 -0800

On Thu, Feb 10, 2022 at 10:28 AM Petr Viktorin <[email protected]> wrote:
> Ah, I've also wanted anonymous unions in the past!
> There's a little problem in that they're not valid in C++, so we can't
> have them in public headers.
>
> We'll need to mention C++ if we update the standard.
IMO we only have to care about C++ in Include/ header files: make sure
that "Python.h" is usable in C++.
Outside this directory, we don't have to care about C++ compatibility.
Victor
-- 
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
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/AYRNS2PGB6MOUPEY5IJXFMGEVW4T5L6E/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to