Skip to content

Commit b3c2f08

Browse files
committed
add to release highlights
1 parent 84fb115 commit b3c2f08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ Summary -- Release highlights
8484
<whatsnew315-pybyteswriter>`
8585
* :ref:`The JIT compiler has been significantly upgraded <whatsnew315-jit>`
8686
* :ref:`Improved error messages <whatsnew315-improved-error-messages>`
87-
87+
* :ref:`The official Windows 64-bit binaries now use the tail-calling interpreter
88+
<whatsnew315-windows-tail-calling-interpreter>`
8889

8990
New features
9091
============
@@ -1943,6 +1944,8 @@ Build changes
19431944
and :option:`-X dev <-X>` is passed to the Python or Python is built in :ref:`debug mode <debug-build>`.
19441945
(Contributed by Donghee Na in :gh:`141770`.)
19451946

1947+
.. _whatsnew315-windows-tail-calling-interpreter:
1948+
19461949
* The official Windows 64-bit binaries on python.org__ now use the new
19471950
:ref:`tail-calling interpreter <whatsnew314-tail-call-interpreter>`.
19481951
(Contributed by Ken Jin, Brandt Bucher and Chris Eibl in :gh:`139922`.

0 commit comments

Comments
 (0)