Skip to content

Commit 682055e

Browse files
committed
update 3.15 whatsnew: Windows 64-bit binaries
now use the tail-calling interpreter
1 parent 6009309 commit 682055e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,6 +1943,15 @@ Build changes
19431943
and :option:`-X dev <-X>` is passed to the Python or Python is built in :ref:`debug mode <debug-build>`.
19441944
(Contributed by Donghee Na in :gh:`141770`.)
19451945

1946+
* The official Windows 64-bit binaries on python.org__ are now using the
1947+
tail-calling interpreter since Python 3.15.0a8.
1948+
(Contributed by Ken Jin, Brandt Bucher and Chris Eibl in :gh:`143068`.
1949+
Special thanks go to Steve Dower for his assistance with the integration in the
1950+
Windows release build process and to the MSVC team including Hulon Jenkins
1951+
for ``msvc::musttail``.)
1952+
1953+
__ https://www.python.org/downloads/windows/
1954+
19461955

19471956
Porting to Python 3.15
19481957
======================

0 commit comments

Comments
 (0)