Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.3k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
GH-139922: update 3.15 whatsnew: Windows 64-bit binaries now use the tail-calling interpreter#146391
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
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 onpython.org__ are now using the new | ||||||
| :ref:`tail-calling interpreter<whatsnew314-tail-call-interpreter>` since Python 3.15.0a8. | ||||||
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. Suggested change
There's no need to call out the specific pre-release in whatsnew, right? That can be found in NEWS@hugovk | ||||||
| (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 | ||||||
| ====================== | ||||||
Uh oh!
There was an error while loading.Please reload this page.