<antocuni>
FWIW I think that mattip's incremental approach is very reasonable and pragmatic. Once everything is complete and fully working, cython could just emit hpy code and rely on the cpython mode to get "old style" extensions
<antocuni>
but in the meantime, there will be tons of features that either HPy or Cython+HPy won't support, so making it possible to hpy-ify cython functions one by one sounds like a good idea to me