]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-128563: Clarify clarificatory tail calling wording in What's New (#129812)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Fri, 7 Feb 2025 15:12:33 +0000 (15:12 +0000)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2025 15:12:33 +0000 (15:12 +0000)
Doc/whatsnew/3.14.rst

index e5e9474d1e5d85ec7ac5e2a6c3858bb8156130cb..1e469e8738bfcb52562eaecffef5fc219c996d95 100644 (file)
@@ -230,13 +230,15 @@ tested and can validate its improved performance.
 For further information on how to build Python, see
 :option:`--with-tail-call-interp`.
 
-(Contributed by Ken Jin in :gh:`128718`, with ideas on how to implement this
-in CPython by Mark Shannon, Garret Gu, Haoran Xu, and Josh Haberman.)
-
 .. note::
 
-   This is not to be confused with tail call optimization of Python code.
-   Python functions do not currently have tail call optimization.
+   This is not to be confused with `tail call optimization`__ of Python
+   functions, which is currently not implemented in CPython.
+
+   __ https://en.wikipedia.org/wiki/Tail_call
+
+(Contributed by Ken Jin in :gh:`128718`, with ideas on how to implement this
+in CPython by Mark Shannon, Garret Gu, Haoran Xu, and Josh Haberman.)
 
 
 Other language changes