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

Commits:
9750f01c by Antonio Cuni at 2020-03-25T17:55:23+01:00
Be more robust when defining w_* methods in applevel tests:

  - the old logic didn't work in case the function was defined at module 
level
    (i.e., when the function body was indented by 4 spaces)

  - the old logic assumed that the w_ method has the same name as its actual
    function

--HG--
branch : hpy

- - - - -
768b90ac by Antonio Cuni at 2020-03-25T17:59:35+01:00
enable test_argparse

--HG--
branch : hpy

- - - - -
2280a122 by Antonio Cuni at 2020-03-25T18:12:35+01:00
WIP: enable test_object and start to implement the various methods

--HG--
branch : hpy

- - - - -
ef33da83 by Antonio Cuni at 2020-03-25T18:31:03+01:00
implement HPy_HasAttr and HPy_HasAttr_s

--HG--
branch : hpy

- - - - -
29a1fc57 by Antonio Cuni at 2020-03-25T18:37:40+01:00
use a helper function to convert to the correct C type

--HG--
branch : hpy

- - - - -
716794df by Antonio Cuni at 2020-03-25T18:44:24+01:00
implement HPy_HasAttr and HPy_HasAttr_s

--HG--
branch : hpy

- - - - -


12 changed files:

- pypy/module/_hpy_universal/apiset.py
- pypy/module/_hpy_universal/interp_bytes.py
- pypy/module/_hpy_universal/interp_dict.py
- pypy/module/_hpy_universal/interp_err.py
- pypy/module/_hpy_universal/interp_hpy.py
- pypy/module/_hpy_universal/interp_list.py
- + pypy/module/_hpy_universal/interp_object.py
- pypy/module/_hpy_universal/interp_unicode.py
- + pypy/module/_hpy_universal/test/test_argparse.py
- + pypy/module/_hpy_universal/test/test_object.py
- pypy/tool/pytest/apptest.py
- pypy/tool/pytest/test/test_pytestsupport.py


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

---
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/ce3d3b96568758510dee73df54479289e3a7256f...716794df48747d4264b92b3ab2dee1f41c158851
You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to