Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits: 18b86f6e by Antonio Cuni at 2020-09-19T17:59:45+02:00 try to fix translation --HG-- branch : hpy - - - - - bca14ee1 by Antonio Cuni at 2020-09-19T18:10:46+02:00 try again to fix translation --HG-- branch : hpy - - - - - afae06cb by Antonio Cuni at 2020-09-19T18:30:16+02:00 KIll W_CPyStaticData. In the early days, it was needed because we recived HPyMethodDef[] and had to malloc() PyMethodDef[] on the fly, so this was needed to handle the ownership of the malloced memory. Nowadays, the HPy API is written in a way that we receive PyMethodDef[] direcly, and thus it's the job of the caller to manage its lifetime (and usually, they are static data anyay). --HG-- branch : hpy - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_cpy_compat.py - pypy/module/_hpy_universal/interp_module.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/ab67012e06e0295e9e23a6db7fb6662c8a8579fd...afae06cb676500503e972a470efd73afb72857b7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ab67012e06e0295e9e23a6db7fb6662c8a8579fd...afae06cb676500503e972a470efd73afb72857b7 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
