You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an enum's __new__ takes multiple arguments, and only one of those arguments is the member value, _simple_enum fails (it treats all the arguments as a single tuple value).
Bug report
Bug description:
If an enum's
__new__
takes multiple arguments, and only one of those arguments is the member value,_simple_enum
fails (it treats all the arguments as a single tuple value).CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: