-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Numpy: port dtype and its static instances to HPy #298
Comments
Metatypes are supported. Is this part of the NumPy port? |
I think we can close this issue. Yes, metaclasses are now supported in HPy and yes, we basically already did the migration. |
@mattip I enabled issues there. AFAICT, every hpyproject owner could have done it. |
I am a hpyproject member, so I could neither see who is a maintainer nor change the settings. |
For this iteration I suggest to restrain from porting the dtype metatype. Porting
dtype
is currently blocked by metaclass support in HPy #296.The text was updated successfully, but these errors were encountered: