Skip to content

Commit 3528336

Browse files
Address review, use name
1 parent eea70f4 commit 3528336

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,13 +1457,13 @@ is now performed. This means when the JIT compiler detects that certain user
14571457
code results in constants, the code can be simplified by the JIT.
14581458
(Contributed by Ken Jin and Savannah Ostrowski in :gh:`132732`.)
14591459

1460-
:term:`reference count`\ s are avoided where safe to do so. This generally
1460+
:term:`Reference count`\ s are avoided where safe to do so. This generally
14611461
reduces the cost of most operations in Python.
14621462
(Contributed by Ken Jin, Donghee Na, Zheao Li, Hai Zhu, Savannah Ostrowski,
14631463
Reiden Ong, Noam Cohen, Tomas Roun, PuQing, Cajetan Rodrigues, and Sacul in :gh:`134584`.)
14641464

14651465
The JIT optimizer now supports significantly more operations than in 3.14.
1466-
(Contributed by Kumar Aditya, Ken Jin, and Sacul :gh:`131798`)
1466+
(Contributed by Kumar Aditya, Ken Jin, and Sacul in :gh:`131798`)
14671467

14681468
.. rubric:: Better machine code generation
14691469

@@ -1480,7 +1480,7 @@ Diego Russo in :gh:`140683` and :gh:`142305`.)
14801480

14811481
The JIT optimizer's operations have been simplified.
14821482
This was made possible by a refactoring of JIT data structures.
1483-
(Contributed by INSERT NAME HERE in :gh:`148211` and Hai Zhu in :gh:`143421`.)
1483+
(Contributed by Zhongtian Zheng in :gh:`148211` and Hai Zhu in :gh:`143421`.)
14841484

14851485

14861486
Removed

0 commit comments

Comments
 (0)