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

Commits:
832f01f8 by Antonio Cuni at 2020-03-26T11:39:05+01:00
implement HPy_GetItem_*

--HG--
branch : hpy

- - - - -
7836dccd by Antonio Cuni at 2020-03-26T11:55:10+01:00
./update_vendored to git rev b38b7f5

--HG--
branch : hpy

- - - - -
e43a7af9 by Antonio Cuni at 2020-03-26T15:34:44+01:00
update the context

--HG--
branch : hpy

- - - - -
34e5334c by Antonio Cuni at 2020-03-26T15:34:55+01:00
implement HPy_SetItem_*

--HG--
branch : hpy

- - - - -
b459ebac by Antonio Cuni at 2020-03-26T15:43:13+01:00
fix translation

--HG--
branch : hpy

- - - - -
33d1dab4 by Antonio Cuni at 2020-03-26T15:48:01+01:00
move ccharp2text into API, so it is generally available everywhere

--HG--
branch : hpy

- - - - -
eff6c2e8 by Antonio Cuni at 2020-03-26T15:53:37+01:00
WIP: add test_number and the relevant autogenerated placeholders

--HG--
branch : hpy

- - - - -
3e65e89c by Antonio Cuni at 2020-03-26T17:04:10+01:00
implement all unary functions in interp_number.py, with a small bit of 
metapgrogramming

--HG--
branch : hpy

- - - - -
33b39563 by Antonio Cuni at 2020-03-26T17:20:31+01:00
implement all the functions which are needed to pass test_binary

--HG--
branch : hpy

- - - - -
96e09b1e by Antonio Cuni at 2020-03-26T17:22:43+01:00
implement HPy_Power

--HG--
branch : hpy

- - - - -
982f2e2a by Antonio Cuni at 2020-03-26T17:23:42+01:00
implement HPy_MatrixMultiply

--HG--
branch : hpy

- - - - -
f75e3c1e by Antonio Cuni at 2020-03-26T17:28:50+01:00
implement all the inplace functions needed to pass test_inplace_binary

--HG--
branch : hpy

- - - - -
b4f45373 by Antonio Cuni at 2020-03-26T18:06:47+01:00
implement HPy_InPlacePower: it seems to have a weird semantics on CPython, try 
to mimic it

--HG--
branch : hpy

- - - - -
96302830 by Antonio Cuni at 2020-03-26T18:10:31+01:00
implement HPy_MatrixMultiply

--HG--
branch : hpy

- - - - -


16 changed files:

- pypy/module/_hpy_universal/_vendored/include/common/autogen_impl.h
- + pypy/module/_hpy_universal/_vendored/include/common/implementation.h
- pypy/module/_hpy_universal/_vendored/include/cpython/hpy.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/test/test_argparse.py
- pypy/module/_hpy_universal/_vendored/test/test_basic.py
- pypy/module/_hpy_universal/_vendored/test/test_hpyunicode.py
- + pypy/module/_hpy_universal/_vendored/test/test_number.py
- pypy/module/_hpy_universal/_vendored/test/test_object.py
- pypy/module/_hpy_universal/apiset.py
- pypy/module/_hpy_universal/interp_number.py
- pypy/module/_hpy_universal/interp_object.py
- pypy/module/_hpy_universal/llapi.py
- pypy/module/_hpy_universal/test/test_apiset.py
- + pypy/module/_hpy_universal/test/test_number.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/716794df48747d4264b92b3ab2dee1f41c158851...96302830016b61584af4310384f0373c4ea8792e

---
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/716794df48747d4264b92b3ab2dee1f41c158851...96302830016b61584af4310384f0373c4ea8792e
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