-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
gh-129819: Allow tier2/JIT and tailcall #129820
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-129819: Allow tier2/JIT and tailcall #129820
Conversation
Skipping news, as this has not yet been in a released version of Python. |
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.
Code looks good, haven't tried it locally though (and I don't think it's tested in CI). Can you try it out?
Yup I built it locally and it works. |
This is just a patch to support JIT with tail calls. The real unifying comes after this.