Skip to content

Python enum doesn't allow “mro” for member name #185

@dahlia

Description

@dahlia

Due to type.mro() method, Python enum types also don't allow mro for their member name. We need to rename it when it's compiled to Python code.

Metadata

Metadata

Assignees

Labels

cmp:compilerComponent: Compiler backend (e.g., annotation processors, code generators)target:pythontyp:bugType: Bug/defect

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions