Skip to content

Commit 9a55a96

Browse files
typo
1 parent 6c0dcba commit 9a55a96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

posts/apology-tail-call.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ About a month ago, I [merged][tail-call-pr] a new
1313
tail-calling interpreter into Python. That interpreter
1414
reported a 9-15% performance boost on Python 3.14's Whats New page.
1515

16-
These figures turned out to be inaccurate. Long story short.
17-
The compiler were were using (Clang 19), had a bug that
16+
These figures turned out to be inaccurate. Long story short,
17+
the compiler were were using (Clang 19), had a bug that
1818
worsened our baseline performance. We (the CPython
1919
developers) were completely unaware of this bug.
2020

0 commit comments

Comments
 (0)