fangerer has quit [Ping timeout: 245 seconds]
fangerer has joined #hpy
<fangerer> mattip: sounds good; I was actually short before targeting numpy but I appreciate a smaller milestone
<fangerer> mattip: you said it's widely used. Do you have numbers? (management often wants to see them)
<Hodgestar> fangerer: 51st most downloaded package on PyPI (https://github.com/hpyproject/top4000-pypi-packages/tree/master/top100).
<fangerer> 👍 thanks
<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
<mattip> pyyaml, which at #10, also uses cython
<Hodgestar> pyyaml sounds like a simpler target than lxml.
<ronan> hmm, apparently legacy tp_deallocs don't get called any more in universal mode
<ronan> antocuni: that looks related to HPyField
vstinner has left #hpy [#hpy]