FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-104584: Fix `ENTER_EXECUTOR` by markshannon · Pull Request #106141 · python/cpython · GitHub

/ cpython Public

GH-104584: Fix ENTER_EXECUTOR - #106141

Merged
markshannon merged 5 commits into
python:mainfrom
faster-cpython:eval-breaker-backedges
Jul 3, 2023
Merged

GH-104584: Fix ENTER_EXECUTOR#106141
markshannon merged 5 commits into
python:mainfrom
faster-cpython:eval-breaker-backedges

Conversation

markshannon commented Jun 27, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

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.

gvanrossum left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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().

Comment thread Python/bytecodes.c Outdated
Comment thread Python/ceval.c Outdated

gvanrossum left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Gotta merge (the dreaded make regen-cases), otherwise LGTM. I could use this for one of my further UOP PRs.

Copy link
Copy Markdown
Member

Can you merge this? Or are you planning to run buildbots first?

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL