Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b51fd5

Browse files
authored
bpo-46917: Require IEEE 754 to build Python (GH-31790)
Building Python now requires support of IEEE 754 floating pointnumbers.
1 parentde554d6 commit9b51fd5

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)

[8]ページ先頭

©2009-2025 Movatter.jp