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 de554d6 commit 9b51fd5Copy full SHA for 9b51fd5
Doc/whatsnew/3.11.rst
@@ -645,6 +645,9 @@ Build Changes
645
* Building Python now requires a C11 compiler without optional C11 features.
646
(Contributed by Victor Stinner in :issue:`46656`.)
647
648
+* Building Python now requires support of IEEE 754 floating point numbers.
649
+ (Contributed by Victor Stinner in :issue:`46917`.)
650
+
651
* CPython can now be built with the ThinLTO option via ``--with-lto=thin``.
652
(Contributed by Dong-hee Na and Brett Holman in :issue:`44340`.)
653
Misc/NEWS.d/next/Build/2022-03-10-09-37-05.bpo-46917.fry4aK.rst
@@ -0,0 +1,2 @@
1
+Building Python now requires support of IEEE 754 floating point numbers.
2
+Patch by Victor Stinner.
0 commit comments