Skip to content
Snippets Groups Projects
Unverified Commit 9b51fd5d authored by Victor Stinner's avatar Victor Stinner Committed by GitHub
Browse files

bpo-46917: Require IEEE 754 to build Python (GH-31790)

Building Python now requires support of IEEE 754 floating point
numbers.
parent de554d6e
No related branches found
No related tags found
No related merge requests found
......@@ -645,6 +645,9 @@ Build Changes
* Building Python now requires a C11 compiler without optional C11 features.
(Contributed by Victor Stinner in :issue:`46656`.)
* Building Python now requires support of IEEE 754 floating point numbers.
(Contributed by Victor Stinner in :issue:`46917`.)
* CPython can now be built with the ThinLTO option via ``--with-lto=thin``.
(Contributed by Dong-hee Na and Brett Holman in :issue:`44340`.)
......
Building Python now requires support of IEEE 754 floating point numbers.
Patch by Victor Stinner.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment