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-107901: synthetic jumps which are not at end of loop no longer check the eval breaker #113721
Conversation
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.
I think we need to convert JUMP -> JUMP_NO_INTERRUPT
to JUMP
.
Otherwise, looks good.
When you're done making the requested changes, leave the comment: |
I have made the requested changes; please review again. |
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.
Looks good
This PR changes some of the synthetic non-loop JUMPs to be JUMP_NO_INTERRUPT.
The has two advantages: