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 6c844f1 commit 919acfeCopy full SHA for 919acfe
Doc/whatsnew/3.11.rst
@@ -618,6 +618,9 @@ Changes in the Python API
618
Build Changes
619
=============
620
621
+* Building Python now requires a C11 compiler without optional C11 features.
622
+ (Contributed by Victor Stinner in :issue:`46656`.)
623
+
624
* CPython can now be built with the ThinLTO option via ``--with-lto=thin``.
625
(Contributed by Dong-hee Na and Brett Holman in :issue:`44340`.)
626
Misc/NEWS.d/next/Build/2022-02-25-00-51-16.bpo-46656.MD783M.rst
@@ -0,0 +1,2 @@
1
+Building Python now requires a C11 compiler without optional C11 features.
2
+Patch by Victor Stinner.
0 commit comments