Skip to content
Open
Changes from all 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
9 changes: 9 additions & 0 deletions Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,15 @@ 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`.)

* The official Windows 64-bit binaries on python.org__ are now using the new
:ref:`tail-calling interpreter <whatsnew314-tail-call-interpreter>` since Python 3.15.0a8.
(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