Skip to content

Commit cfbd48b

Browse files
committed
add a note about c99
1 parent 003f059 commit cfbd48b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/whatsnew/3.6.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,9 @@ Optimizations
845845
Build and C API Changes
846846
=======================
847847

848+
* Python now requires some C99 support in the toolchain to build. For more
849+
information, see :pep:`7`.
850+
848851
* The ``--with-optimizations`` configure flag has been added. Turning it on
849852
will activate LTO and PGO build support (when available).
850853
(Original patch by Alecsandru Patrascu of Intel in :issue:`26539`.)

0 commit comments

Comments
 (0)