[issue29577] Enum: mixin classes don't mix well with already mixed Enums

Ethan Furman report at bugs.python.org
Thu Feb 16 00:13:06 EST 2017


Ethan Furman added the comment:

To get the above code snippet to fail properly:
- remove the @classattr line
- prepend from enum import Enum, Flag, IntFlag, auto

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29577>
_______________________________________


More information about the Python-bugs-list mailing list