]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-134584: Add another contributor to whats new 3.15 (GH-143107)
authorKen Jin <kenjin@python.org>
Tue, 23 Dec 2025 16:47:46 +0000 (00:47 +0800)
committerGitHub <noreply@github.com>
Tue, 23 Dec 2025 16:47:46 +0000 (16:47 +0000)
Add another contributor to whats new 3.15

Doc/whatsnew/3.15.rst

index b1b533d8cde014f267424c68d0dc65e30fc7c1ff..0d35eed38f303deada2a172d9a98158f4b5f95a2 100644 (file)
@@ -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