Skip to content

Commit 9b51fd5

Browse files
authored
bpo-46917: Require IEEE 754 to build Python (GH-31790)
Building Python now requires support of IEEE 754 floating point numbers.
1 parent de554d6 commit 9b51fd5

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
@@ -645,6 +645,9 @@ Build Changes
645645
* Building Python now requires a C11 compiler without optional C11 features.
646646
(Contributed by Victor Stinner in :issue:`46656`.)
647647

648+
* Building Python now requires support of IEEE 754 floating point numbers.
649+
(Contributed by Victor Stinner in :issue:`46917`.)
650+
648651
* CPython can now be built with the ThinLTO option via ``--with-lto=thin``.
649652
(Contributed by Dong-hee Na and Brett Holman in :issue:`44340`.)
650653

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Building Python now requires support of IEEE 754 floating point numbers.
2+
Patch by Victor Stinner.

0 commit comments

Comments
 (0)