From d50780ecfe5ec7a39162566db8e611c7ff053077 Mon Sep 17 00:00:00 2001 From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Sat, 8 Feb 2025 02:40:41 +0800 Subject: [PATCH] Remove tail-calling wording as it is confusing --- 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 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