[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] implement legacy tp_dealloc: put it on the w_type and create cpyext pyobj objects

2022-08-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 7614a637 by Matti Picus at 2022-08-17T21:13:23+03:00 implement legacy tp_dealloc: put it on the w_type and create cpyext pyobj objects collection will trigger calling the tp_dealloc on the pyobj --HG-- branch : hpy-0.0.4

[pypy-commit] [Git][pypy/pypy][branch/py3.8] test does not make sense for py3

2022-08-17 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: c6843603 by Carl Friedrich Bolz-Tereick at 2022-08-17T22:27:55+02:00 test does not make sense for py3 --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/unicodedata/test/test_unicodedata.py View

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] 5 commits: fix signature of Err_SetFromErrnoWithFilename

2022-08-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: ebc2b6a9 by Matti Picus at 2022-08-18T01:48:23+03:00 fix signature of Err_SetFromErrnoWithFilename --HG-- branch : hpy-0.0.4 - - - - - 894b86f5 by Matti Picus at 2022-08-18T01:54:32+03:00 fix return type --HG-- branch : hp