https://github.com/python/cpython/commit/5a452793203b47c63f6e849d869fbc3ff843add2 commit: 5a452793203b47c63f6e849d869fbc3ff843add2 branch: main author: Ken Jin <[email protected]> committer: Fidget-Spinner <[email protected]> date: 2026-01-12T22:14:52Z summary:
gh-134584: Add more contributors for JIT refcounting work (GH-143760) files: M Doc/whatsnew/3.15.rst diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index a4eeb568dae433..95549d5fa7b2b4 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -959,7 +959,7 @@ 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, Hai Zhu, Savannah Ostrowski, -Noam Cohen, Tomas Roun, and PuQing in :gh:`134584`.) +Reiden Ong, Noam Cohen, Tomas Roun, PuQing, and Cajetan Rodrigues 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]
