-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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-104584: Fix ENTER_EXECUTOR
#106141
GH-104584: Fix ENTER_EXECUTOR
#106141
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.
The block headed by // Equivalent to CHECK_EVAL_BREAKER()
in _PyUopExecute()
towards the end of ceval.c can now also safely be replaced with a call to CHECK_EVAL_BREAKER()
.
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.
Gotta merge (the dreaded make regen-cases
), otherwise LGTM. I could use this for one of my further UOP PRs.
Can you merge this? Or are you planning to run buildbots first? |
Ensure that the eval-breaker is checked and frame->prev_instr updated before entering executors.
No test changes, or news, as there doesn't seem a way to show that anything is broken.