[pypy-commit] [Git][pypy/pypy][branch/hpy] 7 commits: ./update_vendored to hpy.devel 0.1.dev756+g848192d, git rev 848192d

Antonio Cuni foss at heptapod.net
Fri Nov 6 12:41:10 EST 2020



Antonio Cuni pushed to branch branch/hpy at PyPy / pypy


Commits:
a9ba26c0 by Antonio Cuni at 2020-11-06T16:28:49+01:00
./update_vendored to hpy.devel 0.1.dev756+g848192d, git rev 848192d

--HG--
branch : hpy

- - - - -
1612e04e by Antonio Cuni at 2020-11-06T16:45:05+01:00
update the definition of HPyContext, rename the HPyTracker functions and kill HPyDict_{Get,Set}Item

--HG--
branch : hpy

- - - - -
13bbeb40 by Antonio Cuni at 2020-11-06T17:22:22+01:00
implement HPyErr_Clear, and improve the documentaion about how this stuff is implemented

--HG--
branch : hpy

- - - - -
3f12d5dd by Antonio Cuni at 2020-11-06T17:35:48+01:00
temporarily comment out this line until we decide how to deal with it upstream

--HG--
branch : hpy

- - - - -
ba718de8 by Antonio Cuni at 2020-11-06T17:44:26+01:00
fix ztranslation

--HG--
branch : hpy

- - - - -
38ac6471 by Antonio Cuni at 2020-11-06T17:18:51+00:00
fix the extra_tests/hpy_tests/conftest.py, which was broken after a refactoring in hpy.devel

--HG--
branch : hpy

- - - - -
56f0bbd2 by Antonio Cuni at 2020-11-06T17:40:52+00:00
use pytest_configure instead of pytest_sessionstart, to make sure that the hook is called even when we do py.test extra_tests. Before it was NOT called and the result was that hpy tests were never executed by buildbot :(

--HG--
branch : hpy

- - - - -


25 changed files:

- extra_tests/hpy_tests/conftest.py
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/autogen_impl.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/runtime/ctx_tracker.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.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_trampolines.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/argparse.c
- pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/ctx_tracker.c
- pypy/module/_hpy_universal/_vendored/hpy/devel/version.py
- pypy/module/_hpy_universal/bridge.py
- pypy/module/_hpy_universal/handles.py
- pypy/module/_hpy_universal/interp_dict.py
- pypy/module/_hpy_universal/interp_err.py
- pypy/module/_hpy_universal/interp_tracker.py
- pypy/module/_hpy_universal/llapi.py
- pypy/module/_hpy_universal/src/bridge.h
- pypy/module/_hpy_universal/src/hpyerr.c
- pypy/module/_hpy_universal/src/hpyerr.h
- pypy/module/_hpy_universal/state.py
- pypy/module/_hpy_universal/test/_vendored/test_argparse.py
- pypy/module/_hpy_universal/test/_vendored/test_basic.py
- pypy/module/_hpy_universal/test/_vendored/test_hpydict.py
- pypy/module/_hpy_universal/test/_vendored/test_tracker.py
- pypy/objspace/fake/objspace.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20201106/711ac8a3/attachment.html>


More information about the pypy-commit mailing list