Skip to content
Merged
Changes from 3 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
Comment thread
chris-eibl marked this conversation as resolved.
Outdated
:ref:`tail-calling interpreter <whatsnew314-tail-call-interpreter>` since Python 3.15.0a8.
Comment thread
chris-eibl marked this conversation as resolved.
Outdated
(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