[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] 6 commits: resynch vendored sources to 0.0.4

2022-09-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 1ec0a731 by Matti Picus at 2022-09-30T06:05:32+03:00 resynch vendored sources to 0.0.4 --HG-- branch : hpy-0.0.4 - - - - - 24965716 by Matti Picus at 2022-09-30T07:21:35+03:00 sync context --HG-- branch : hpy-0.0.4 - - -

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] hack to find the base class W_HPyTypeObject's atrributes if the class is a subtype

2022-09-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 50cd549f by Matti Picus at 2022-09-30T00:53:28+03:00 hack to find the base class W_HPyTypeObject's atrributes if the class is a subtype --HG-- branch : hpy-0.0.4 - - - - - 1 changed file: - pypy/module/_hpy_universal/in

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] only override __new__ if there are no bases, i.e. w_type inherits from object

2022-09-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 5aadcf06 by Matti Picus at 2022-09-29T21:11:56+03:00 only override __new__ if there are no bases, i.e. w_type inherits from object --HG-- branch : hpy-0.0.4 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_t

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: remove debug cruft (issue 3819)

2022-09-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 697e82ec by Matti Picus at 2022-09-24T23:46:47+03:00 remove debug cruft (issue 3819) --HG-- branch : py3.8 - - - - - 25f56e60 by Carl Friedrich Bolz-Tereick at 2022-09-29T14:44:45+02:00 #3820: add __contains__ t

[pypy-commit] [Git][pypy/pypy][branch/py3.8] #3820: add __contains__ to array type

2022-09-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 25f56e60 by Carl Friedrich Bolz-Tereick at 2022-09-29T14:44:45+02:00 #3820: add __contains__ to array type --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/array/interp_array.py - pypy/module/ar

[pypy-commit] [Git][pypy/benchmarks][branch/default] fixes for python3 (issue 2) - from timfel

2022-09-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / benchmarks Commits: bf5c1333 by Matti Picus at 2022-09-29T15:46:57+03:00 fixes for python3 (issue 2) - from timfel - - - - - 2 changed files: - benchmarks.py - nullpython.py View it on Heptapod: https://foss.heptapod.net/pypy/benchmar