mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-128563: Clarify tail calling interpreter is not TCO (#129809)
Clarify tail calling interpreter is not TCO
This commit is contained in:
parent
34379d0a59
commit
476a78fdd6
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
======================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue