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. #384

Closed fangerer closed 1 year ago

fangerer commented 1 year ago

Slots tp_str and tp_hash are used in Numpy and thus required to be able to port Numpy to HPy.