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


Commits:
ebb2a8c9 by Matti Picus at 2023-09-17T22:02:15+03:00
make test names lower case, since macos and windows use case-insensitive file 
systems, and each test goes in a directory

On upstream does pytest handles this, but PyPy uses an old version?

--HG--
branch : hpy-0.9

- - - - -
1c3fb77f by Matti Picus at 2023-09-21T17:35:24+03:00
implement HPy_SetCallFunction,  __vectorcall__

--HG--
branch : hpy-0.9

- - - - -
ecc164f5 by Matti Picus at 2023-09-22T00:17:53+03:00
fix translation

--HG--
branch : hpy-0.9

- - - - -
c85d4c85 by Matti Picus at 2023-09-22T10:32:54+03:00
fix unicode tests for PyPY, add missing HPUnicode functions

--HG--
branch : hpy-0.9

- - - - -
c15313af by Matti Picus at 2023-09-23T23:09:42+03:00
implement metaclasses, and add storage to HPyTypeObjects, fix translation

--HG--
branch : hpy-0.9

- - - - -
8c9c4088 by Matti Picus at 2023-09-26T23:01:48+03:00
formatting and comments, and fix return type for HPyType_IsSubtype

--HG--
branch : hpy-0.9

- - - - -


9 changed files:

- pypy/module/_hpy_universal/TODO-hpy-0.9
- pypy/module/_hpy_universal/interp_descr.py
- pypy/module/_hpy_universal/interp_slot.py
- pypy/module/_hpy_universal/interp_type.py
- pypy/module/_hpy_universal/interp_unicode.py
- pypy/module/_hpy_universal/llapi.py
- pypy/module/_hpy_universal/test/_vendored/test_argparse.py
- pypy/module/_hpy_universal/test/_vendored/test_hpytype.py
- pypy/module/_hpy_universal/test/_vendored/test_hpyunicode.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/489f262fa7327cbede95556612e484d2a7313863...8c9c408880d605f5bd92dc38d2f2fae6c354f952

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/489f262fa7327cbede95556612e484d2a7313863...8c9c408880d605f5bd92dc38d2f2fae6c354f952
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