[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] typo

2022-10-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: ae5b9d66 by Matti Picus at 2022-10-04T10:35:16+03:00 typo --HG-- branch : hpy-0.0.4 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_module.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/co

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] fix interface, resync tests

2022-10-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 2cab0f90 by Matti Picus at 2022-10-04T11:37:18+03:00 fix interface, resync tests --HG-- branch : hpy-0.0.4 - - - - - 2 changed files: - pypy/module/_hpy_universal/test/_vendored/debug/apptest_handles.py - pypy/module/_hp

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] 6 commits: need an unroll_safe annotation for ROT_N, since it contains a loop

2022-10-04 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: 1d0f417d by Carl Friedrich Bolz-Tereick at 2022-10-04T10:22:28+02:00 need an unroll_safe annotation for ROT_N, since it contains a loop --HG-- branch : py3.9-pattern-matching-experim

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] remove debug cruft

2022-10-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 70b57b53 by Matti Picus at 2022-10-04T16:34:43+03:00 remove debug cruft --HG-- branch : hpy-0.0.4 - - - - - 1 changed file: - pypy/module/_hpy_universal/apiset.py View it on Heptapod: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] a failing test

2022-10-04 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: a8b983f0 by Carl Friedrich Bolz-Tereick at 2022-10-04T20:37:42+02:00 a failing test --HG-- branch : py3.9-pattern-matching-experiments - - - - - 1 changed file: - pypy/interprete

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] specify conditions with jitdriver and fix name handling

2022-10-04 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 68dab9f0 by Yusuke Izawa at 2022-10-05T15:22:10+09:00 specify conditions with jitdriver and fix name handling --HG-- branch : threaded-code-generation - - - - - 3 changed files: - rpython/jit/metainterp/o