-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
GH-139922: update 3.15 whatsnew: Windows 64-bit binaries now use the tail-calling interpreter #146391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-139922: update 3.15 whatsnew: Windows 64-bit binaries now use the tail-calling interpreter #146391
Changes from 2 commits
682055e
22277d9
66ad26d
f1415a7
84fb115
b3c2f08
ebe2ad9
cc4302d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
| :ref:`tail-calling interpreter <whatsnew314-tail-call-interpreter>` since Python 3.15.0a8. | ||
|
chris-eibl marked this conversation as resolved.
Outdated
|
||
| (Contributed by Ken Jin, Brandt Bucher and Chris Eibl in :gh:`143068`. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
| ====================== | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.