[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/list-unrolling-bugs-3781

2022-08-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/list-unrolling-bugs-3781 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/list-unrolling-bugs-3781 You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] add failing test, tweak HPy_Length and test to raise on error instead of crash

2022-08-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 84942780 by Matti Picus at 2022-08-19T14:27:07+03:00 add failing test, tweak HPy_Length and test to raise on error instead of crash --HG-- branch : hpy-0.0.4 - - - - - 2 changed files: - pypy/module/_hpy_universal/interp

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] fix test that passes by accident on CPython

2022-08-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 76b19095 by Matti Picus at 2022-08-19T14:49:34+03:00 fix test that passes by accident on CPython --HG-- branch : hpy-0.0.4 - - - - - 2 changed files: - extra_tests/hpy_tests/_vendored/debug/test_handles_invalid.py - pypy

[pypy-commit] [Git][pypy/pypy][branch/list-unrolling-bugs-3781] #3781: jit.isvirtual would wrongly return True for freshly allocated arrays

2022-08-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/list-unrolling-bugs-3781 at PyPy / pypy Commits: 1e6757a2 by Carl Friedrich Bolz-Tereick at 2022-08-19T21:53:29+02:00 #3781: jit.isvirtual would wrongly return True for freshly allocated arrays that have an unknown length. fix this --HG-- br