Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 3.14.rst
  • Loading branch information
Wulian233 authored Oct 3, 2025
commit feec370c13d57938741d848deb93fc36f6e85795
5 changes: 3 additions & 2 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,9 @@ For further information on how to build Python, see
Clang/LLVM 19, which causes the normal interpreter to be slower. We were unaware of this bug,
resulting in inaccurate results. We sincerely apologize for
communicating results that were only accurate for LLVM v19.1.x and v20.1.0. In the meantime,
the bug has been fixed in LLVM v20.1.1 and v21.1, but it will remain unfixed for LLVM v19.1.x
and v20.1.0. Thus any benchmarks with those versions of LLVM may produce inaccurate numbers.
the bug has been fixed in LLVM v20.1.1 and for the upcoming v21.1, but it will remain
unfixed for LLVM v19.1.x and v20.1.0. Thus
any benchmarks with those versions of LLVM may produce inaccurate numbers.
(Thanks to Nelson Elhage for bringing this to light.)

(Contributed by Ken Jin in :gh:`128563`, with ideas on how to implement this
Expand Down
Loading