mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
bpo-46917: Require IEEE 754 to build Python (GH-31790)
Building Python now requires support of IEEE 754 floating point numbers.
This commit is contained in:
parent
de554d6e02
commit
9b51fd5d13
@ -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`.)
|
||||
|
||||
|
@ -0,0 +1,2 @@
|
||||
Building Python now requires support of IEEE 754 floating point numbers.
|
||||
Patch by Victor Stinner.
|
Loading…
Reference in New Issue
Block a user