According to the docs[^1], MSVC does _not_ support all of C99. OTOH they claim conformance with both C11 and C17, using the /std:c11 and /std:c17 compiler flags.
[^1]: https://docs.microsoft.com/en-us/cpp/build/reference/std-specify-language-standard-version?view=msvc-170 > On 8 Feb 2022, at 10:52, Petr Viktorin <[email protected]> wrote: > > Does MSVC support all of C99? I haven't found any documentation claiming > that... but I'm also not familiar with MSVC. _______________________________________________ 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/AYZC3F73THZXNMSYWSFPXFKAUQ5NBTDO/ Code of Conduct: http://python.org/psf/codeofconduct/
