Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

except *ExceptionGroup #14

Closed
iritkatriel opened this issue Jan 5, 2021 · 1 comment
Closed

except *ExceptionGroup #14

iritkatriel opened this issue Jan 5, 2021 · 1 comment

Comments

@iritkatriel
Copy link
Member

I don't know what this means:

try:
    ...
except *ExceptionGroup as e:
    ...

Should it be a syntax error?

@gvanrossum
Copy link
Member

We won't know what ExceptionGroup refers to until runtime. At runtime I recommend making this an error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants