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