https://github.com/python/cpython/commit/49627dc991aae534c09fe55cf64e3fc6cef71e56 commit: 49627dc991aae534c09fe55cf64e3fc6cef71e56 branch: main author: Ken Jin <[email protected]> committer: Fidget-Spinner <[email protected]> date: 2025-12-17T14:21:02Z summary:
Use other name for JIT contributor (#142877) files: M Doc/whatsnew/3.15.rst diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 53d613ffb3a471..7e032fe5df2fdf 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -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 _______________________________________________ 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]
