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

Add support for exception groups and except* #14020

Merged
merged 1 commit into from Nov 7, 2022

Conversation

ilevkivskyi
Copy link
Member

Ref #12840

It looks like from the point of view of type checking support is quite easy. Mypyc support however requires some actual work, so I don't include it in this PR.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2022

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

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

Looks great!

@ilevkivskyi ilevkivskyi merged commit e8de6d1 into python:master Nov 7, 2022
@ilevkivskyi ilevkivskyi deleted the except-star branch November 7, 2022 10:34
svalentin pushed a commit that referenced this pull request Nov 7, 2022
Ref #12840

It looks like from the point of view of type checking support is quite
easy. Mypyc support however requires some actual work, so I don't
include it in this PR.
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.

None yet

2 participants