Ronan Lamy pushed to branch branch/hpy at PyPy / pypy
Commits: eadd7579 by Ronan Lamy at 2021-03-12T17:22:07+00:00 update-vendored to commit eb07982b6 --HG-- branch : hpy-update-to-eb07982b6 - - - - - 269dfa30 by Ronan Lamy at 2021-03-12T17:28:03+00:00 rename .should_check_refcount() to .supports_refcounts() --HG-- branch : hpy-update-to-eb07982b6 - - - - - be64a053 by Ronan Lamy at 2021-03-12T18:09:53+00:00 Add the other .supports_foo() helpers --HG-- branch : hpy-update-to-eb07982b6 - - - - - 224ee0cc by Ronan Lamy at 2021-03-12T18:41:50+00:00 Implement HPyTuple_Check --HG-- branch : hpy-update-to-eb07982b6 - - - - - 00f18fdb by Ronan Lamy at 2021-03-12T18:50:25+00:00 Implement HPyCallable_Check --HG-- branch : hpy-update-to-eb07982b6 - - - - - 33f0e547 by Ronan Lamy at 2021-03-12T19:41:20+00:00 Implement HPy_CallTupleDict --HG-- branch : hpy-update-to-eb07982b6 - - - - - e2ab8dff by Ronan Lamy at 2021-03-16T16:52:41+00:00 Initialise all required attributes in HPyModule_Create() --HG-- branch : hpy-update-to-eb07982b6 - - - - - 706bbfb9 by Ronan Lamy at 2021-03-16T19:58:34+00:00 Merge branch 'branch/hpy-update-to-eb07982b6' into 'branch/hpy' Branch/hpy update to eb07982b6 See merge request pypy/pypy!810 --HG-- branch : hpy - - - - - 30 changed files: - pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py - pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/autogen_hpyfunc_declare.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/autogen_hpyslot.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/autogen_impl.h - + pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/runtime/ctx_call.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/cpython/autogen_hpyfunc_trampolines.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/cpython/hpy.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_ctx.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_hpyfunc_trampolines.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_trampolines.h - + pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/ctx_call.c - pypy/module/_hpy_universal/_vendored/hpy/devel/version.py - + pypy/module/_hpy_universal/interp_call.py - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/interp_module.py - pypy/module/_hpy_universal/interp_object.py - pypy/module/_hpy_universal/interp_tuple.py - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/test/_vendored/conftest.py - pypy/module/_hpy_universal/test/_vendored/support.py - pypy/module/_hpy_universal/test/_vendored/test_basic.py → pypy/module/_hpy_universal/test/_vendored/test_00_basic.py - + pypy/module/_hpy_universal/test/_vendored/test_call.py - pypy/module/_hpy_universal/test/_vendored/test_cpy_compat.py - pypy/module/_hpy_universal/test/_vendored/test_hpyerr.py - pypy/module/_hpy_universal/test/_vendored/test_hpytuple.py - pypy/module/_hpy_universal/test/_vendored/test_hpytype.py - pypy/module/_hpy_universal/test/_vendored/test_importing.py - pypy/module/_hpy_universal/test/support.py - pypy/module/_hpy_universal/test/test_extra.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/a120be83a39b72c20fda5a115bf4b652167efb57...706bbfb9f8908c32bc95bc975603f7d17f8af8b8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a120be83a39b72c20fda5a115bf4b652167efb57...706bbfb9f8908c32bc95bc975603f7d17f8af8b8 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
