Python enum doesn't allow “mro” for member name #185
Labels
cmp:compiler
Component: Compiler backend (e.g., annotation processors, code generators)
target:python
typ:bug
Type: Bug/defect
Due to
type.mro()
method, Pythonenum
types also don't allowmro
for their member name. We need to rename it when it's compiled to Python code.The text was updated successfully, but these errors were encountered: