There was an error while loading. Please reload this page.
1 parent 476a78f commit a93a5a3Copy full SHA for a93a5a3
1 file changed
Doc/whatsnew/3.14.rst
@@ -230,13 +230,15 @@ tested and can validate its improved performance.
230
For further information on how to build Python, see
231
:option:`--with-tail-call-interp`.
232
233
-(Contributed by Ken Jin in :gh:`128718`, with ideas on how to implement this
234
-in CPython by Mark Shannon, Garret Gu, Haoran Xu, and Josh Haberman.)
235
-
236
.. note::
237
238
- This is not to be confused with tail call optimization of Python code.
239
- 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
240
+(Contributed by Ken Jin in :gh:`128718`, with ideas on how to implement this
241
+in CPython by Mark Shannon, Garret Gu, Haoran Xu, and Josh Haberman.)
242
243
244
Other language changes
0 commit comments