Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct support ABC/Protocol mixin #35

Open
tokarenko opened this issue Nov 26, 2023 · 0 comments
Open

Direct support ABC/Protocol mixin #35

tokarenko opened this issue Nov 26, 2023 · 0 comments

Comments

@tokarenko
Copy link

I suggest to add direct support of abstract base classes and protocols mixins to aenum (and stdlib enum if possible).

Currently addition of ABC/Protocol mixin to Enum raises errors:

  • For ABC : "TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases"
  • For Protocols: "TypeError: Protocols cannot be instantiated"

and require workarounds. As far as I know there are no workaround for Protocol mixin (if one wants to explicitly indicate implementation in Enum).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant