hpyproject / hpy

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

Enable slot HPy_tp_descr_get. #468

Closed fangerer closed 5 months ago

fangerer commented 5 months ago

This slot is needed for Cython/HPy because Cython has its own function type named cython_function_or_method. In this PR, I also refactor autogen a bit such that it is a proper package that can be imported. We will use that in GraalPy to inject our own source code generators.

mattip commented 5 months ago

Thanks for the heads-up.