From c8b80f5e23cdbeec377c0aed36c9ac648b28a0b1 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Wed, 24 Dec 2025 00:47:46 +0800 Subject: [PATCH] gh-134584: Add another contributor to whats new 3.15 (GH-143107) Add another contributor to whats new 3.15 --- Doc/whatsnew/3.15.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3