Skip to content

gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily #92620

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 2 commits into from
May 10, 2022

Conversation

iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented May 10, 2022

Fixes #92619.

@markshannon
Copy link
Member

Looks good.

@markshannon markshannon merged commit 7c6b7ad into python:main May 10, 2022
@markshannon markshannon added the needs backport to 3.11 only security fixes label May 10, 2022
@miss-islington
Copy link
Contributor

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 10, 2022
…ecessarily (pythonGH-92620)

(cherry picked from commit 7c6b7ad)

Co-authored-by: Irit Katriel <[email protected]>
@bedevere-bot
Copy link

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

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label May 10, 2022
iritkatriel added a commit that referenced this pull request May 10, 2022
…rily (GH-92620) (GH-92621)

(cherry picked from commit 7c6b7ad)

Co-authored-by: Irit Katriel <[email protected]>

Co-authored-by: Irit Katriel <[email protected]>
@iritkatriel iritkatriel deleted the is_exit_without_lineno branch October 18, 2022 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

finally blocks are duplicated by the compiler unnecessarily
4 participants