From: Ken Jin Date: Fri, 7 Feb 2025 18:49:28 +0000 (+0800) Subject: Remove tail-calling wording as it is confusing (GH-129823) X-Git-Tag: v3.14.0a5~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2e01bb555359913939d7ff168363f1760d3f8e;p=thirdparty%2FPython%2Fcpython.git Remove tail-calling wording as it is confusing (GH-129823) --- diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 52d6e963a4a8..2bdc3cabcfbc 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