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

2023-11-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 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.10] 7 commits: merge default (#4038)

2023-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 4e87fc16 by CF Bolz-Tereick at 2023-11-23T17:16:30+01:00 merge default (#4038) --HG-- branch : py3.9 - - - - - 3a6c181e by CF Bolz-Tereick at 2023-11-23T17:17:16+01:00 merge heads --HG-- branch : py3.9 - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 6 commits: merge default (#4038)

2023-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 4e87fc16 by CF Bolz-Tereick at 2023-11-23T17:16:30+01:00 merge default (#4038) --HG-- branch : py3.9 - - - - - 3a6c181e by CF Bolz-Tereick at 2023-11-23T17:17:16+01:00 merge heads --HG-- branch : py3.9 - - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/default] #4031: stop the segfault for the example program

2023-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 5e21dfec by CF Bolz-Tereick at 2023-11-28T18:27:35+01:00 #4031: stop the segfault for the example program (this isn't a great bugfix, I didn't manage to write a small test for the problem. will add the segfaul