Skip to content

Commit 5f8b5e2

Browse files
authored
bpo-46656: Building Python now requires a C11 compiler (GH-31557)
See PEP 7: https://python.github.io/peps/pep-0007/#c-dialect
1 parent 9475dc0 commit 5f8b5e2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,9 @@ Changes in the Python API
618618
Build Changes
619619
=============
620620

621+
* Building Python now requires a C11 compiler without optional C11 features.
622+
(Contributed by Victor Stinner in :issue:`46656`.)
623+
621624
* CPython can now be built with the ThinLTO option via ``--with-lto=thin``.
622625
(Contributed by Dong-hee Na and Brett Holman in :issue:`44340`.)
623626

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Building Python now requires a C11 compiler without optional C11 features.
2+
Patch by Victor Stinner.

0 commit comments

Comments
 (0)