We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003f059 commit cfbd48bCopy full SHA for cfbd48b
1 file changed
Doc/whatsnew/3.6.rst
@@ -845,6 +845,9 @@ Optimizations
845
Build and C API Changes
846
=======================
847
848
+* Python now requires some C99 support in the toolchain to build. For more
849
+ information, see :pep:`7`.
850
+
851
* The ``--with-optimizations`` configure flag has been added. Turning it on
852
will activate LTO and PGO build support (when available).
853
(Original patch by Alecsandru Patrascu of Intel in :issue:`26539`.)
0 commit comments