Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy


Commits:
971fed73 by Matti Picus at 2023-09-12T15:13:30+03:00
remove redundant tests

--HG--
branch : hpy-0.9

- - - - -
3ceb52db by Matti Picus at 2023-09-12T15:13:52+03:00
refactor 'import pytest' for PyPy

--HG--
branch : hpy-0.9

- - - - -
bc583412 by Matti Picus at 2023-09-12T15:14:15+03:00
handle unimplemented hpydef.size

--HG--
branch : hpy-0.9

- - - - -
ff19d7d6 by Matti Picus at 2023-09-12T15:14:51+03:00
fix HPy_CallMethod for fastcall protocol

--HG--
branch : hpy-0.9

- - - - -
968bdeed by Matti Picus at 2023-09-12T15:43:39+03:00
skip parts of a test that don't work untranslated

--HG--
branch : hpy-0.9

- - - - -
ca9f2f40 by Matti Picus at 2023-09-13T00:00:13+03:00
skip errno check that sometimes fails untranslated

--HG--
branch : hpy-0.9

- - - - -
283a3ca2 by Matti Picus at 2023-09-13T09:30:10+03:00
make hybrid mode work untranslated by stubbing out a minimal Python.h

--HG--
branch : hpy-0.9

- - - - -
0670580a by Matti Picus at 2023-09-13T13:16:10+03:00
update tests for 0.9, PyPy

--HG--
branch : hpy-0.9

- - - - -
92407a24 by Matti Picus at 2023-09-13T13:16:31+03:00
implement HPy_mod_exec

--HG--
branch : hpy-0.9

- - - - -
0b762370 by Matti Picus at 2023-09-13T15:48:45+03:00
implement HPy_tp_call slot, probably will not translate...

--HG--
branch : hpy-0.9

- - - - -
d2e504a8 by Matti Picus at 2023-09-13T16:12:55+03:00
update TODO

--HG--
branch : hpy-0.9

- - - - -


14 changed files:

- pypy/module/_hpy_universal/TODO-hpy-0.9
- + pypy/module/_hpy_universal/capi_stub/Python.h
- pypy/module/_hpy_universal/interp_call.py
- pypy/module/_hpy_universal/interp_extfunc.py
- pypy/module/_hpy_universal/interp_hpy.py
- pypy/module/_hpy_universal/interp_module.py
- pypy/module/_hpy_universal/interp_slot.py
- pypy/module/_hpy_universal/llapi.py
- pypy/module/_hpy_universal/test/_vendored/debug/apptest_handles.py
- pypy/module/_hpy_universal/test/_vendored/test_cpy_compat.py
- pypy/module/_hpy_universal/test/_vendored/test_hpyerr.py
- pypy/module/_hpy_universal/test/_vendored/test_hpymodule.py
- pypy/module/_hpy_universal/test/support.py
- pypy/module/_hpy_universal/test/test_extra.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/bc7eb4df0351668d283550df695abb4c3c02eed1...d2e504a8199ad98b2cc36a62e47d5c90b3f8b855

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


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to