From: Ken Jin Date: Tue, 23 Dec 2025 16:47:46 +0000 (+0800) Subject: gh-134584: Add another contributor to whats new 3.15 (GH-143107) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8b80f5e23cdbeec377c0aed36c9ac648b28a0b1;p=thirdparty%2FPython%2Fcpython.git gh-134584: Add another contributor to whats new 3.15 (GH-143107) Add another contributor to whats new 3.15 --- diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index b1b533d8cde0..0d35eed38f30 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -938,8 +938,8 @@ code results in constants, the code can be simplified by the JIT. The JIT avoids :term:`reference count`\ s where possible. This generally reduces the cost of most operations in Python. -(Contributed by Ken Jin, Donghee Na, Zheao Li, Savannah Ostrowski, -Noam Cohen, Tomas Roun, PuQing in :gh:`134584`.) +(Contributed by Ken Jin, Donghee Na, Zheao Li, Hai Zhu, Savannah Ostrowski, +Noam Cohen, Tomas Roun, and PuQing in :gh:`134584`.) .. rubric:: Better machine code generation