diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 0973c387a1e595..b9f3f839f5ce90 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -1943,6 +1943,15 @@ Build changes and :option:`-X dev <-X>` is passed to the Python or Python is built in :ref:`debug mode `. (Contributed by Donghee Na in :gh:`141770`.) +* The official Windows 64-bit binaries on python.org__ now use the new + :ref:`tail-calling 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 ======================