[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 23 commits: test, fix setting pyobj.tp_basicsize on legacy types

2023-12-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: dac42c13 by Matti Picus at 2023-11-27T22:16:58+02:00 test, fix setting pyobj.tp_basicsize on legacy types Still need to set pyobj.tp_as_buffer.bf_getbuffer, since it is expected to be on the c-level pyobj --HG-- branch : py3.9

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] tweak llapi declarations to fix pedantic gcc warnings (issue #4042)

2023-12-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6c678f90 by Matti Picus at 2023-12-06T23:03:20+02:00 tweak llapi declarations to fix pedantic gcc warnings (issue #4042) --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_hpy_universal/llapi.py - pypy/module/_h