On Thu, Jul 21, 2022 at 11:01 AM Phyo Arkar Lwin <[email protected]> wrote: > How about HPY : https://github.com/hpyproject/hpy I think it is the best > route currently?
HPy is hopefully the future replacement for the C API itself, but it's not something one can use in production *right now* so it's probably not what Alex would want to recommend to readers in this edition. Perhaps it can be recommended in a future edition. HPy is also a bit orthogonal to Cython and CFFI, in the sense that one day users of these two tools may simply be able to optionally compile to an HPy extension if they wish and otherwise not be particularly affected. Regards, Simon _______________________________________________ pypy-dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: [email protected]
