From 7b2e01bb555359913939d7ff168363f1760d3f8e Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Sat, 8 Feb 2025 02:49:28 +0800 Subject: Remove tail-calling wording as it is confusing (GH-129823) --- Doc/whatsnew/3.14.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 52d6e96..2bdc3ca 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 -- cgit v0.12