hpyproject / hpy

HPy: a better API for Python
https://hpyproject.org
MIT License
1.02k stars 52 forks source link

Enable slots HPy_tp_str and HPy_tp_hash. #385

Closed fangerer closed 1 year ago

fangerer commented 1 year ago

Resolves #384 .

Slots HPy_tp_str and HPy_tp_hash are required for the NumPy/HPy port.

mattip commented 1 year ago

Thanks @fangerer