hpyproject / hpy

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

fix typo: HPy_mod_execute -> HPy_mod_exec #444

Closed mattip closed 11 months ago

mattip commented 11 months ago

Closes #443

HPy_mod_execute in documentation should be HPy_mod_exec

mattip commented 11 months ago

The Python2.7 test is failing since python2.7 was removed from the actions/setup-python@v4 github action. How can we still install it to run the tests?

mattip commented 11 months ago

CI is passing, if someone wants to take a look