Skip to content
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-94438: in frameobject's mark_stacks switch, the PUSH_EXC_INFO and POP_EXCEPT cases are no longer reachable #94582

Merged
merged 2 commits into from
Jul 6, 2022

Conversation

iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Jul 5, 2022

…O and POP_EXCEPT cases are no longer reachable
@sweeneyde
Copy link
Member

Maybe this is already understood, but stacks remaining UNINITIALIZED seems to be the cause of #92228

Copy link
Member

@tiran tiran left a comment

Choose a reason for hiding this comment

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

LGTM

@iritkatriel
Copy link
Member Author

Maybe this is already understood, but stacks remaining UNINITIALIZED seems to be the cause of #92228

I wasn't aware of this, I'll have a look thanks.

@iritkatriel iritkatriel merged commit 50b9a77 into python:main Jul 6, 2022
@miss-islington
Copy link
Contributor

Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @iritkatriel, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 50b9a7762f06335277d9962edc8d39498601a4e4 3.11

@iritkatriel iritkatriel added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jul 6, 2022
iritkatriel added a commit to iritkatriel/cpython that referenced this pull request Jul 6, 2022
…EXC_INFO and POP_EXCEPT cases are no longer reachable (pythonGH-94582)

(cherry picked from commit 50b9a77)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 6, 2022
@bedevere-bot
Copy link

GH-94595 is a backport of this pull request to the 3.11 branch.

iritkatriel added a commit that referenced this pull request Jul 6, 2022
…FO and POP_EXCEPT cases are no longer reachable (GH-94582) (GH-94595)

(cherry picked from commit 50b9a77)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
@iritkatriel iritkatriel deleted the setlineno branch September 29, 2022 17:03
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.

7 participants