We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a851fe1 commit cdeaf99Copy full SHA for cdeaf99
1 file changed
Doc/whatsnew/3.15.rst
@@ -62,8 +62,6 @@ Summary -- Release highlights
62
.. This section singles out the most important changes in Python 3.15.
63
Brevity is key.
64
65
-* The :ref:`JIT compiler <whatsnew315-jit>` has been significantly upgraded,
66
- with 3-4% geometric mean performance improvement on pyperformance benchmarks.
67
68
.. PEP-sized items next.
69
@@ -76,6 +74,8 @@ Summary -- Release highlights
76
74
* :pep:`782`: :ref:`A new PyBytesWriter C API to create a Python bytes object
77
75
<whatsnew315-pep782>`
78
* :ref:`Improved error messages <whatsnew315-improved-error-messages>`
+* The :ref:`JIT compiler <whatsnew315-jit>` has been significantly upgraded,
+ with 3-4% geometric mean performance improvement on the pyperformance benchmarks.
79
80
81
New features
0 commit comments