Closed lieryan closed 1 year ago
Python 3.11 added exception groups using the except* syntax. This PR adds the patchedast for handling this syntax.
except*
Fixes #561
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):