gh-128563: Clarify tail calling interpreter is not TCO (#129809)

Clarify tail calling interpreter is not TCO
This commit is contained in:
Ken Jin 2025-02-07 22:59:34 +08:00 committed by GitHub
parent 34379d0a59
commit 476a78fdd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,6 +233,11 @@ For further information on how to build Python, see
(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.
Other language changes
======================