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