Skip to content

Commit 476a78f

Browse files
gh-128563: Clarify tail calling interpreter is not TCO (#129809)
Clarify tail calling interpreter is not TCO
1 parent 34379d0 commit 476a78f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@ For further information on how to build Python, see
233233
(Contributed by Ken Jin in :gh:`128718`, with ideas on how to implement this
234234
in CPython by Mark Shannon, Garret Gu, Haoran Xu, and Josh Haberman.)
235235

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+
236241

237242
Other language changes
238243
======================

0 commit comments

Comments
 (0)