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


Commits:
23c53a4e by Matti Picus at 2023-10-06T16:31:33+03:00
if object does not have __len__, default to itemcount=0 (issue 4013_)

--HG--
branch : py3.9

- - - - -
b249f61c by Matti Picus at 2023-10-09T23:20:28+03:00
fix logic in _PyObject_NewVar by copying CPython code

--HG--
branch : py3.9

- - - - -
2e9a2051 by Matti Picus at 2023-10-11T11:11:14+03:00
allocate tp_itemsize + tp_basicsize, like in _generic_alloc

--HG--
branch : py3.9

- - - - -
75e1bf49 by Matti Picus at 2023-10-11T18:05:22+03:00
merge py3.9

--HG--
branch : hpy-0.9

- - - - -
9dfed0e4 by Matti Picus at 2023-10-11T22:46:45+03:00
more fixes for extra_tests

--HG--
branch : hpy-0.9

- - - - -
d1d5ca23 by Matti Picus at 2023-10-11T22:47:10+03:00
only run cpython API tests on cpython

--HG--
branch : hpy-0.9

- - - - -


10 changed files:

- extra_tests/conftest.py
- extra_tests/hpy_tests/_vendored/conftest.py
- extra_tests/hpy_tests/_vendored/support.py
- extra_tests/requirements.txt
- pypy/module/cpyext/api.py
- pypy/module/cpyext/include/object.h
- pypy/module/cpyext/pyobject.py
- pypy/module/cpyext/src/object.c
- pypy/module/cpyext/test/test_typeobject.py
- pypy/module/cpyext/typeobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/dd35a6d5fd6e4f31268e2b487e2dbf36c07d551a...d1d5ca23bb000e64c9c13f2871d3dc4af264ddc7

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