[pypy-commit] [Mercurial][pypy/pypy][branch/default] 2 commits: in _cffi_backend use header parsing of parse_c_type.h instead of rffi.CStruct declarations

2023-12-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 47065564 by Matti Picus at 2023-12-05T13:37:45+02:00 in _cffi_backend use header parsing of parse_c_type.h instead of rffi.CStruct declarations Also use casting to reduce pointer incompatibilities - - - - - 41be5f2b by Matti

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 7 commits: align cpeyext use of PyBUF_MAX_NDIM with python3

2023-12-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 4321d239 by Matti Picus at 2023-12-03T15:14:25+02:00 align cpeyext use of PyBUF_MAX_NDIM with python3 - - - - - 021010a4 by Matti Picus at 2023-12-02T22:00:37+02:00 refactor and fix for *termios and const *winsize in rposix.py (