Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ Summary -- Release highlights
<whatsnew315-pybyteswriter>`
* :ref:`The JIT compiler has been significantly upgraded <whatsnew315-jit>`
* :ref:`Improved error messages <whatsnew315-improved-error-messages>`

* :ref:`The official Windows 64-bit binaries now use the tail-calling interpreter
<whatsnew315-windows-tail-calling-interpreter>`

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

.. _whatsnew315-windows-tail-calling-interpreter:

* The official Windows 64-bit binaries on python.org__ now use the new
:ref:`tail-calling interpreter <whatsnew314-tail-call-interpreter>`.
(Contributed by Ken Jin, Brandt Bucher and Chris Eibl in :gh:`139922`.
Special thanks go to Steve Dower for his assistance with the integration in the
Windows release build process and to the MSVC team including Hulon Jenkins
for ``msvc::musttail``.)

__ https://www.python.org/downloads/windows/


Porting to Python 3.15
======================
Expand Down
Loading