Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits: 8a85cf1a by Antonio Cuni at 2020-03-12T11:35:51+01:00 finally! After the merge of rgil-track-thread and after killing cpyext_glob_tid_ptr in 0fd6d867bff6, we no longer need to call C through generic_cpy_call, as we no longer need special care when calling back from C. As a result, test_cpy_compat:test_aspyobject_custom_class finally passes :) --HG-- branch : hpy - - - - - 4b36d99a by Antonio Cuni at 2020-03-12T11:47:41+01:00 ./update_vendored to git rev cd95d87 --HG-- branch : hpy - - - - - 16 changed files: - pypy/module/_hpy_universal/_vendored/include/common/autogen_impl.h - + pypy/module/_hpy_universal/_vendored/include/common/runtime.h - pypy/module/_hpy_universal/_vendored/include/cpython/hpy.h - pypy/module/_hpy_universal/_vendored/include/cpython/meth.h - pypy/module/_hpy_universal/_vendored/include/universal/autogen_ctx.h - pypy/module/_hpy_universal/_vendored/include/universal/autogen_trampolines.h - pypy/module/_hpy_universal/_vendored/include/universal/hpy.h - pypy/module/_hpy_universal/_vendored/include/universal/meth.h - pypy/module/_hpy_universal/_vendored/test/support.py - + pypy/module/_hpy_universal/_vendored/test/test_argparse.py - pypy/module/_hpy_universal/_vendored/test/test_basic.py - pypy/module/_hpy_universal/_vendored/test/test_hpydict.py - + pypy/module/_hpy_universal/_vendored/test/test_object.py - pypy/module/_hpy_universal/interp_extfunc.py - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/test/test_cpy_compat.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/b889d0fb0b6ffee94ef67ab5923b213d1ff14492...4b36d99a048dbf432cfefdc41e238c7b23849e16 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/b889d0fb0b6ffee94ef67ab5923b213d1ff14492...4b36d99a048dbf432cfefdc41e238c7b23849e16 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
