Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits: 8559f2ba by Antonio Cuni at 2020-09-20T16:05:41+02:00 skip legacy getsets for now, we need to decide how to implement HPy_AsPyObject first --HG-- branch : hpy - - - - - a7a205a0 by Antonio Cuni at 2020-09-20T16:13:26+02:00 rpython is a sad language :(. Fix translation --HG-- branch : hpy - - - - - fd091928 by Antonio Cuni at 2020-09-20T16:21:49+02:00 implement HPyDict_Check --HG-- branch : hpy - - - - - ff8b1283 by Antonio Cuni at 2020-09-20T16:24:11+02:00 implement HPyErr_NoMemory --HG-- branch : hpy - - - - - 324b181b by Antonio Cuni at 2020-09-20T16:25:29+02:00 HPyList_Check --HG-- branch : hpy - - - - - 8d272fb9 by Antonio Cuni at 2020-09-20T16:29:03+02:00 HPy_Length --HG-- branch : hpy - - - - - 416a7c9f by Antonio Cuni at 2020-09-21T08:52:52+02:00 implement HPyListBuilder --HG-- branch : hpy - - - - - 025a4681 by Antonio Cuni at 2020-09-21T09:08:59+02:00 fix translation --HG-- branch : hpy - - - - - 10 changed files: - + pypy/module/_hpy_universal/interp_builder.py - pypy/module/_hpy_universal/interp_cpy_compat.py - pypy/module/_hpy_universal/interp_dict.py - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/interp_list.py - pypy/module/_hpy_universal/interp_object.py - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/test/conftest.py - pypy/module/_hpy_universal/test/test_extra.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/9ebcea46ee4785dc24c190f3ef4402b9020ce6a9...025a468109d3005185447f2505066b4e411af117 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9ebcea46ee4785dc24c190f3ef4402b9020ce6a9...025a468109d3005185447f2505066b4e411af117 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
