<Hodgestar>
More people download lxml than psutil, SQLAlchemy, or coverage. :)
vstinner has joined #hpy
<vstinner>
hi. i wrote PEP 670 "Convert macros to functions in the Python C API" with Erlend https://www.python.org/dev/peps/pep-0670/ to convert macros to regular functions in the C API in the long term
<vstinner>
but first, macros may become static inline functions, to fix at least their API (avoid macro pitfalls, described in the PEP)
<vstinner>
it's not directly related to HPy, but it hope that i will help C extensions maintainer to have a smoother transition from the Python C API to HPy ;-)
<mattip>
"people" is a bit of a reach, since the most downloaded packages are used to interface with AWS