]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-145866 : Update JIT contributor list (GH-146170)
authorSacul <183588943+Sacul0457@users.noreply.github.com>
Thu, 19 Mar 2026 13:40:09 +0000 (21:40 +0800)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2026 13:40:09 +0000 (21:40 +0800)
Doc/whatsnew/3.15.rst

index 5689ecbffc4b3045def95bcd232a40dc293bc7d4..69283f67487b18050bf522fca92954c90fb636a2 100644 (file)
@@ -1358,7 +1358,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, and Cajetan Rodrigues in :gh:`134584`.)
+Reiden Ong, Noam Cohen, Tomas Roun, PuQing, Cajetan Rodrigues, and Sacul in :gh:`134584`.)
 
 .. rubric:: Better machine code generation