From: Ken Jin Date: Mon, 12 Jan 2026 22:14:52 +0000 (+0800) Subject: gh-134584: Add more contributors for JIT refcounting work (GH-143760) X-Git-Tag: v3.15.0a5~11^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a452793203b47c63f6e849d869fbc3ff843add2;p=thirdparty%2FPython%2Fcpython.git gh-134584: Add more contributors for JIT refcounting work (GH-143760) --- diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index a4eeb568dae4..95549d5fa7b2 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