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
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