We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34379d0 commit 476a78fCopy full SHA for 476a78f
Doc/whatsnew/3.14.rst
@@ -233,6 +233,11 @@ For further information on how to build Python, see
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.
240
241
242
Other language changes
243
======================
0 commit comments