]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46917: Require IEEE 754 to build Python (GH-31790)
authorVictor Stinner <vstinner@python.org>
Thu, 10 Mar 2022 13:37:19 +0000 (14:37 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 13:37:19 +0000 (14:37 +0100)
commit9b51fd5d137b662c940f072297b30815f37f105b
treec18783a74bcc6ad39ebb0ee452a2284ac871d95c
parentde554d6e02228b840eb6bffaf7d406c0ef368d5f
bpo-46917: Require IEEE 754 to build Python (GH-31790)

Building Python now requires support of IEEE 754 floating point
numbers.
Doc/whatsnew/3.11.rst
Misc/NEWS.d/next/Build/2022-03-10-09-37-05.bpo-46917.fry4aK.rst [new file with mode: 0644]