https://github.com/python/cpython/commit/c8b80f5e23cdbeec377c0aed36c9ac648b28a0b1 commit: c8b80f5e23cdbeec377c0aed36c9ac648b28a0b1 branch: main author: Ken Jin <[email protected]> committer: Fidget-Spinner <[email protected]> date: 2025-12-23T16:47:46Z summary:
gh-134584: Add another contributor to whats new 3.15 (GH-143107) Add another contributor to whats new 3.15 files: M Doc/whatsnew/3.15.rst diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index b1b533d8cde014..0d35eed38f303d 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
