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


Commits:
b814aa95 by Antonio Cuni at 2020-10-04T17:38:57+02:00
./update_vendored.sh to git rev 46f151a

--HG--
branch : hpy-46f151a

- - - - -
d6738f87 by Antonio Cuni at 2020-10-04T17:58:34+02:00
implement hpy.universal.get_version(), using the data which is found inside 
_vendored/hpy/devel/version.py (which is itself generated by setuptools-scm)

--HG--
branch : hpy-46f151a

- - - - -
e2da95fa by Antonio Cuni at 2020-10-04T18:30:07+02:00
add support for HPyType_SpecParam_Base

--HG--
branch : hpy-46f151a

- - - - -
7b5703f5 by Antonio Cuni at 2020-10-04T18:39:06+02:00
add support for HPyType_SpecParam_BasesTuple

--HG--
branch : hpy-46f151a

- - - - -
cbf4cc42 by Antonio Cuni at 2020-10-04T18:59:41+02:00
fix the case for params==NULL

--HG--
branch : hpy-46f151a

- - - - -
49858015 by Antonio Cuni at 2020-10-04T19:14:38+02:00
fix for test_ztranslation

--HG--
branch : hpy-46f151a

- - - - -
cc2d9575 by Antonio Cuni at 2020-10-05T10:37:12+02:00
translation fix: we need to use 'struct _HPy_s' inside the declaration 
of HPyType_SpecParam, else it conflicts with the corresponding declaration 
inside hpy.h

--HG--
branch : hpy-46f151a

- - - - -
76d9a0a5 by Antonio Cuni at 2020-10-05T11:11:25+02:00
close merged branch

--HG--
branch : hpy-46f151a

- - - - -
49109894 by Antonio Cuni at 2020-10-05T11:12:16+02:00
hg merge hpy-46f151a. This updates _hpy_universal to hpy rev 46f151a

--HG--
branch : hpy

- - - - -


17 changed files:

- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/hpytype.h
- 
pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/runtime/ctx_type.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_type.c
- pypy/module/_hpy_universal/_vendored/hpy/devel/version.py
- pypy/module/_hpy_universal/interp_hpy.py
- pypy/module/_hpy_universal/interp_type.py
- pypy/module/_hpy_universal/llapi.py
- pypy/module/_hpy_universal/moduledef.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_hpytype.py
- pypy/module/_hpy_universal/test/support.py
- pypy/module/_hpy_universal/test/test_ztranslation.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/f4fe012b04846cdd5af16bc142cc1d3dad441682...4910989472ecf3455592fb383ed50339e071d10a

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/f4fe012b04846cdd5af16bc142cc1d3dad441682...4910989472ecf3455592fb383ed50339e071d10a
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

Reply via email to