Skip to content

Implement except* syntax#710

Merged
lieryan merged 3 commits intomasterfrom
lieryan-except-star
Oct 2, 2023
Merged

Implement except* syntax#710
lieryan merged 3 commits intomasterfrom
lieryan-except-star

Conversation

@lieryan
Copy link
Member

@lieryan lieryan commented Oct 2, 2023

Description

Python 3.11 added exception groups using the except* syntax. This PR adds the patchedast for handling this syntax.

Fixes #561

Checklist (delete if not relevant):

  • I have added tests that prove my fix is effective or that my feature works
  • I have updated CHANGELOG.md

@lieryan lieryan force-pushed the lieryan-except-star branch from 9f9f7c0 to ee4de09 Compare October 2, 2023 08:10
@lieryan lieryan enabled auto-merge October 2, 2023 08:12
@lieryan lieryan merged commit 1cf6b76 into master Oct 2, 2023
@lieryan lieryan deleted the lieryan-except-star branch October 2, 2023 08:14
@lieryan lieryan added this to the 1.11.0 milestone Oct 31, 2023
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.

Python 3.11 - Implement except* syntax

1 participant