As a follow-up to #303 (seen there first):
We should probably remove these # value = ... comments: They carry no semantic value for types or autodocs, are mostly for debugging, but problematically do need sanitizing for some types to be stable. Same as #235 #251
To check if native enums even allow problematic types, maybe they are all safe:
https://docs.python.org/3/library/enum.html#module-contents
As a follow-up to #303 (seen there first):
We should probably remove these
# value = ...comments: They carry no semantic value for types or autodocs, are mostly for debugging, but problematically do need sanitizing for some types to be stable. Same as #235 #251To check if native enums even allow problematic types, maybe they are all safe:
https://docs.python.org/3/library/enum.html#module-contents