Skip to content

Commit 8bd4049

Browse files
review round 2
1 parent 3528336 commit 8bd4049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 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 whenever it is 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 in :gh:`131798`)
1466+
(Contributed by Kumar Aditya, Ken Jin, and Sacul in :gh:`131798`.)
14671467

14681468
.. rubric:: Better machine code generation
14691469

0 commit comments

Comments
 (0)