Skip to content

Commit 9c69150

Browse files
gh-128563: Clarify wording in Whats new for Tail call (#130911)
Clarify wording in Whats new for Tail call
1 parent 2352bd4 commit 9c69150

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.14.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,11 @@ For further information on how to build Python, see
301301
cautiously revised down to 3-5%. While we expect performance results to be better
302302
than what we report, our estimates are more conservative due to a
303303
`compiler bug <https://github.com/llvm/llvm-project/issues/106846>`_ found in
304-
Clang/LLVM 19. We were unaware of this bug, and it artifically boosted
305-
our numbers, resulting in inaccurate results. We sincerely apologize for
304+
Clang/LLVM 19, which causes the normal interpreter to be slower. We were unaware of this bug,
305+
resulting in inaccurate results. We sincerely apologize for
306306
communicating results that were only accurate for certain versions of LLVM 19
307307
and 20. At the time of writing, this bug has not yet been fixed in LLVM 19-21. Thus
308-
any benchmarks with those versions of LLVM may produce artifically inflated numbers.
308+
any benchmarks with those versions of LLVM may produce inaccurate numbers.
309309
(Thanks to Nelson Elhage for bringing this to light.)
310310

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

0 commit comments

Comments
 (0)