From 8e3440de81b9d50bb9fc8a2f7a25b45fd54ab9c5 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Mon, 12 Jan 2026 22:07:32 +0000 Subject: [PATCH 1/2] Add more contributors for JIT refcounting work --- Doc/whatsnew/3.15.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index a4eeb568dae433..d4365739adfc2f 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, Cajetan Rodrigues in :gh:`134584`.) .. rubric:: Better machine code generation From b3844195ad2c2bb8db82716ad62f9df5a5a91922 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Mon, 12 Jan 2026 22:08:20 +0000 Subject: [PATCH 2/2] and --- Doc/whatsnew/3.15.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index d4365739adfc2f..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, -Reiden Ong, Noam Cohen, Tomas Roun, PuQing, Cajetan Rodrigues in :gh:`134584`.) +Reiden Ong, Noam Cohen, Tomas Roun, PuQing, and Cajetan Rodrigues in :gh:`134584`.) .. rubric:: Better machine code generation