Ethan Furman <[email protected]> added the comment:
Some testing reveals that `__slots__` is not a good option for Enum -- it makes it impossible to mix in in other types such as `int`. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46132> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
