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

Metaclasses #361

Closed
elkarouh opened this issue Apr 17, 2023 · 3 comments
Closed

Metaclasses #361

elkarouh opened this issue Apr 17, 2023 · 3 comments

Comments

@elkarouh
Copy link

Are there any plans to support metaclasses?
Codon gives syntax error when using class Klass(metaclass=...)

@msftcangoblowm
Copy link

msftcangoblowm commented Apr 24, 2023

Can't speak for what codon does or will support.

This is general conversation about Python metaclass.

Recent change occurred, which depreciates metaclass in favor of __init_subclass__

So the codon devs can get away with not supporting metaclasses in favor of __init_subclass__

Metaclasses run into metaclass conflicts that are resolvable, but the syntax is awkward and non-intuitive.

@przemyslaw0
Copy link

I tried to import types library from Python, but it doesn't solve this problem.

@inumanag
Copy link
Contributor

inumanag commented Nov 9, 2024

Not yet supported; please see #606 for the current progress.

@inumanag inumanag closed this as completed Nov 9, 2024
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

4 participants