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
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
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
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
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
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