Skip to content

gh-109176: replace _PyFrame_OpAlreadyRan by an assertion that the frame is complete. #119234

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

Merged
merged 9 commits into from
May 21, 2024

Conversation

iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented May 20, 2024

…ame is complete. Pretend that cells are not set in an incomplete frame
@iritkatriel iritkatriel changed the title gh-109176: replace _PyFrame_OpAlreadyRan by a check that the frame is complete. gh-109176: replace _PyFrame_OpAlreadyRan by an assertion that the frame is complete. May 20, 2024
@iritkatriel iritkatriel enabled auto-merge (squash) May 21, 2024 15:23
@iritkatriel iritkatriel merged commit 77ff28b into python:main May 21, 2024
34 checks passed
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace _PyFrame_OpAlreadyRan by a check for incomplete frame
2 participants