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-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL #101269

Merged
merged 3 commits into from
Jan 24, 2023

Conversation

iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Jan 23, 2023

The change in exception_group_match is needed because previously in the case of match == None the opcode didn't look at rest, but now it pushes to the stack (even though it's already there) to keep the code uniform with the match != None case.

@iritkatriel iritkatriel added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jan 23, 2023
Copy link
Member

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

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

Looks like this one wasn't trivial. Thanks!

This reverts commit 48d0fcb.
@iritkatriel
Copy link
Member Author

I'll kick off the buildbots in case refcount.

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

🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit 93d98ab 🤖

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 Jan 23, 2023
@gvanrossum
Copy link
Member

PPC64 Fedora PR is failing with "No space left on device", so I wouldn't worry about that one. :)

@iritkatriel iritkatriel merged commit 8c183cd into python:main Jan 24, 2023
@iritkatriel iritkatriel deleted the CHECK_EG_MATCH branch April 3, 2023 17:47
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.

3 participants