-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-139922: Tail calling for MSVC (VS 2026) #139962
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
Closed
Fidget-Spinner
wants to merge
33
commits into
python:main
from
Fidget-Spinner:msvc-tailcall-take-two
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
82d1259
Brandt's changes
Fidget-Spinner 3248658
Hulon's and mine changes
Fidget-Spinner 9ac430d
push stackrefs into tstate
Fidget-Spinner 085c1d7
Fix last few remaining problems
Fidget-Spinner 0b12f2e
fix handling of recursion
Fidget-Spinner acf48f5
Changes by Chris to support clang-cl
Fidget-Spinner 35e96c1
Make the restrict MSVC only for now
Fidget-Spinner d7737e9
Merge remote-tracking branch 'upstream/main' into msvc-tailcall-take-two
Fidget-Spinner 86f19cf
Change restricts to MSVC only
Fidget-Spinner 40013cc
📜🤖 Added by blurb_it.
blurb-it[bot] 48db59e
Reduce diff
Fidget-Spinner bc9d23c
Merge branch 'msvc-tailcall-take-two' of github.com:Fidget-Spinner/cp…
Fidget-Spinner 19e02c2
Work around specialization
Fidget-Spinner 66ec774
Fix VS 2026
Fidget-Spinner 50f8ff7
fix a typo
Fidget-Spinner 5d908b4
Move to macros to internal header
Fidget-Spinner 0786133
Merge branch 'msvc-tailcall-take-two' of github.com:Fidget-Spinner/cp…
Fidget-Spinner e699d40
Reduce number of restricts
Fidget-Spinner 66d6c39
Merge branch 'msvc-tailcall-take-two' of https://github.com/Fidget-Sp…
Fidget-Spinner 5584fec
Reduce restrict use even more, reduce usage
Fidget-Spinner 7eeeaa8
Apply Chris' changes
Fidget-Spinner 6f3d525
Merge remote-tracking branch 'upstream/main' into msvc-tailcall-take-two
Fidget-Spinner 81618e2
Merge remote-tracking branch 'upstream/main' into msvc-tailcall-take-two
Fidget-Spinner 2008d1d
Use choco for now to get VS 2026
Fidget-Spinner 7c84388
Update tail-call.yml
Fidget-Spinner 68b41cf
Update tail-call.yml
Fidget-Spinner c7316fc
Update tail-call.yml
Fidget-Spinner 9214d5b
Update tail-call.yml
Fidget-Spinner 52c6f9c
Update tail-call.yml
Fidget-Spinner 34d98d3
Update tail-call.yml
Fidget-Spinner 7ec626e
Update tail-call.yml
Fidget-Spinner ad1c5a2
Update tail-call.yml
Fidget-Spinner 4155337
Update tail-call.yml
Fidget-Spinner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix VS 2026
- Loading branch information
commit 66ec774074592353e73276df8e34a7865fc07cd1
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indent? Like in other places