]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use other name for JIT contributor (#142877)
authorKen Jin <kenjin@python.org>
Wed, 17 Dec 2025 14:21:02 +0000 (22:21 +0800)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 14:21:02 +0000 (14:21 +0000)
Doc/whatsnew/3.15.rst

index 53d613ffb3a471b152c6042df3a7ea675a6e80f8..7e032fe5df2fdfe574e7e866de996b987b403539 100644 (file)
@@ -920,7 +920,7 @@ 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, Nadeshiko Manju, Savannah Ostrowski,
+(Contributed by Ken Jin, Donghee Na, Zheao Li, Savannah Ostrowski,
 Noam Cohen, Tomas Roun, PuQing in :gh:`134584`.)
 
 .. rubric:: Better machine code generation