X Tutup
The Wayback Machine - https://web.archive.org/web/20260311233226/https://github.com/python/cpython/pull/96935
Skip to content

gh-87092: in compiler, move the detection of exception handlers before the CFG optimization stage#96935

Merged
iritkatriel merged 8 commits intopython:mainfrom
iritkatriel:resolve-exceptions-upfront
Sep 20, 2022
Merged

gh-87092: in compiler, move the detection of exception handlers before the CFG optimization stage#96935
iritkatriel merged 8 commits intopython:mainfrom
iritkatriel:resolve-exceptions-upfront

Conversation

@iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Sep 19, 2022

@iritkatriel iritkatriel added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 19, 2022
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit 497c8aa 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 19, 2022
Copy link
Member

@markshannon markshannon left a comment

Choose a reason for hiding this comment

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

One minor issue, otherwise LGTM.

@bedevere-bot
Copy link

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

iritkatriel and others added 3 commits September 20, 2022 09:56
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
@iritkatriel
Copy link
Member Author

I have made the requested changes; please review again.

@bedevere-bot
Copy link

Thanks for making the requested changes!

@markshannon: please review the changes made to this pull request.

@iritkatriel iritkatriel merged commit 98e785d into python:main Sep 20, 2022
@iritkatriel iritkatriel deleted the resolve-exceptions-upfront branch September 20, 2022 12:14
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.

5 participants

X Tutup