Skip to content

Commit

Permalink
gh-128563: Clarify tail calling interpreter is not TCO (#129809)
Browse files Browse the repository at this point in the history
Clarify tail calling interpreter is not TCO
  • Loading branch information
Fidget-Spinner authored Feb 7, 2025
1 parent 34379d0 commit 476a78f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======================
Expand Down

0 comments on commit 476a78f

Please sign in to comment.