-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Description
This is currently allowed but fails at runtime:
from enum import Enum
class Other(Enum):
test = 1
Other.test = 2but it fails at runtime.
This is a follow-up for #5522
Reactions are currently unavailable