https://github.com/python/cpython/commit/7b2e01bb555359913939d7ff168363f1760d3f8e commit: 7b2e01bb555359913939d7ff168363f1760d3f8e branch: main author: Ken Jin <[email protected]> committer: Fidget-Spinner <[email protected]> date: 2025-02-07T18:49:28Z summary:
Remove tail-calling wording as it is confusing (GH-129823) files: M Doc/whatsnew/3.14.rst diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 52d6e963a4a835..2bdc3cabcfbc03 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -211,8 +211,8 @@ configuration mechanisms). .. _whatsnew314-tail-call: -A new tail-calling interpreter ------------------------------- +A new type of interpreter +------------------------- A new type of interpreter based on tail calls has been added to CPython. For certain newer compilers, this interpreter provides _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
