[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] 2 commits: add _hpy_get_gc_storage for field storage writebarrier

2023-10-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 0153971c by Matti Picus at 2023-10-19T06:12:22+03:00 add _hpy_get_gc_storage for field storage writebarrier --HG-- branch : hpy-0.9 - - - - - 4680477d by Matti Picus at 2023-10-19T06:12:46+03:00 remove duplicate test support

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] add prototype, fix definitions

2023-10-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 3fc2a7a4 by Matti Picus at 2023-10-19T05:14:08+03:00 add prototype, fix definitions --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/cpyext/include/object.h - pypy/module/cpyext/src/typeobject.c View it on He

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] 6 commits: hack to force taking the slow path for W_HpyTypeObject allocation

2023-10-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 5cda6aa6 by Matti Picus at 2023-10-18T16:53:27+03:00 hack to force taking the slow path for W_HpyTypeObject allocation --HG-- branch : hpy-0.9 - - - - - 10286e3e by Matti Picus at 2023-10-18T21:35:42+03:00 use the metaclass'

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] fix some rpython problems (more remain)

2023-10-18 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 1ca99509 by Carl Friedrich Bolz-Tereick at 2023-10-18T13:03:53+02:00 fix some rpython problems (more remain) --HG-- branch : hpy-0.9 - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_type.py -