We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6009309 commit 682055eCopy full SHA for 682055e
1 file changed
Doc/whatsnew/3.15.rst
@@ -1943,6 +1943,15 @@ Build changes
1943
and :option:`-X dev <-X>` is passed to the Python or Python is built in :ref:`debug mode <debug-build>`.
1944
(Contributed by Donghee Na in :gh:`141770`.)
1945
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
1955
1956
Porting to Python 3.15
1957
======================
0 commit comments