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


Commits:
64b6192d by Antonio Cuni at 2021-04-10T18:52:12+02:00
introduce State.get(space) instead of space.fromcache(State), I think it's 
nicer and clearer

--HG--
branch : hpy-0.0.2

- - - - -
fa3ef080 by Antonio Cuni at 2021-04-10T20:37:06+02:00
automatically pass the state to all API functions. In the next commits we will 
move the HandleManager to the state, so it will be needed everywhere

--HG--
branch : hpy-0.0.2

- - - - -
9d384070 by Antonio Cuni at 2021-04-10T20:53:38+02:00
WIP: start to fix test_ztranslation

--HG--
branch : hpy-0.0.2

- - - - -
a7c09d14 by Antonio Cuni at 2021-04-10T21:36:35+02:00
WIP

--HG--
branch : hpy-0.0.2

- - - - -
a190c5d3 by Antonio Cuni at 2021-04-11T00:03:03+02:00
progress towards fixing ztranslation

--HG--
branch : hpy-0.0.2

- - - - -
283a1016 by Antonio Cuni at 2021-04-11T11:27:15+02:00
this is no longer needed

--HG--
branch : hpy-0.0.2

- - - - -
e2963d72 by Antonio Cuni at 2021-04-11T11:55:13+02:00
this got lost by mistake

--HG--
branch : hpy-0.0.2

- - - - -


28 changed files:

- lib_pypy/hpy/universal.py
- pypy/module/_hpy_universal/apiset.py
- pypy/module/_hpy_universal/buffer.py
- pypy/module/_hpy_universal/interp_builder.py
- pypy/module/_hpy_universal/interp_bytes.py
- pypy/module/_hpy_universal/interp_call.py
- pypy/module/_hpy_universal/interp_cpy_compat.py
- pypy/module/_hpy_universal/interp_descr.py
- pypy/module/_hpy_universal/interp_dict.py
- pypy/module/_hpy_universal/interp_err.py
- pypy/module/_hpy_universal/interp_extfunc.py
- pypy/module/_hpy_universal/interp_float.py
- pypy/module/_hpy_universal/interp_hpy.py
- pypy/module/_hpy_universal/interp_list.py
- pypy/module/_hpy_universal/interp_long.py
- pypy/module/_hpy_universal/interp_module.py
- pypy/module/_hpy_universal/interp_number.py
- pypy/module/_hpy_universal/interp_object.py
- pypy/module/_hpy_universal/interp_slot.py
- pypy/module/_hpy_universal/interp_tracker.py
- pypy/module/_hpy_universal/interp_tuple.py
- pypy/module/_hpy_universal/interp_type.py
- pypy/module/_hpy_universal/interp_unicode.py
- pypy/module/_hpy_universal/moduledef.py
- pypy/module/_hpy_universal/state.py
- pypy/module/_hpy_universal/test/test_apiset.py
- pypy/module/_hpy_universal/test/test_ztranslation.py
- rpython/rtyper/lltypesystem/rffi.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/1189c7567fde0cb80fea8056e7959197e671e755...e2963d72ce76faa50c7dffa913580cbb7330cc6c

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1189c7567fde0cb80fea8056e7959197e671e755...e2963d72ce76faa50c7dffa913580cbb7330cc6c
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