We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a55a96 commit f572b05Copy full SHA for f572b05
1 file changed
posts/apology-tail-call.md
@@ -14,7 +14,7 @@ tail-calling interpreter into Python. That interpreter
14
reported a 9-15% performance boost on Python 3.14's Whats New page.
15
16
These figures turned out to be inaccurate. Long story short,
17
-the compiler were were using (Clang 19), had a bug that
+the compiler we were using (Clang 19), had a bug that
18
worsened our baseline performance. We (the CPython
19
developers) were completely unaware of this bug.
20
0 commit comments