Skip to content
Merged
Changes from 2 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:`143068`.
Copy link
Copy Markdown
Member

@Fidget-Spinner Fidget-Spinner Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think technically you contributed this build change and not me nor the rest of us though?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yupp, I've done python/release-tools#346 with @zooba's help. Don't think we can / do link to release-tools here?

Thus, I've re-used the wording of #143068 blurb.

Maybe just link to https://docs.python.org/3.15/whatsnew/3.15.html#optimizations?

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