]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-134584: Add more contributors for JIT refcounting work (GH-143760)
authorKen Jin <kenjin@python.org>
Mon, 12 Jan 2026 22:14:52 +0000 (06:14 +0800)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 22:14:52 +0000 (22:14 +0000)
Doc/whatsnew/3.15.rst

index a4eeb568dae433890911324ba3fa27be64932715..95549d5fa7b2b43719ec89fd8cef7c14c9a3ee7e 100644 (file)
@@ -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