Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy
Commits:
ac76222c by Yusuke Izawa at 2022-03-24T15:54:35+09:00
fix compile_loop_and_split in compile.py
--HG--
branch : threaded-code-generation
- - - - -
8570e032 by Yusuke Izawa at 2022-03-24T15:56:05+09:00
fix and
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy
Commits:
ff1f1b42 by Yusuke Izawa at 2022-03-24T23:41:31+09:00
implement CALL_ASSEMBLER hack in tla
--HG--
branch : threaded-code-generation
- - - - -
e65467f0 by Yusuke Izawa at 2022-03-24T23:41:46+09:00
update exam
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-argument-unwrap-less
at PyPy / pypy
Commits:
8dea2443 by Carl Friedrich Bolz-Tereick at 2022-03-24T16:19:37+01:00
ouch, fix min/max
--HG--
branch : py3.8-argument-unwrap-less
- - - - -
1 changed file:
- pypy/module/__builtin__/func
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-argument-unwrap-less
at PyPy / pypy
Commits:
dd9a8077 by Carl Friedrich Bolz-Tereick at 2022-03-24T16:28:35+01:00
ouch, another bad typo
--HG--
branch : py3.8-argument-unwrap-less
- - - - -
1 changed file:
- pypy/objspace/std/test/
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
58a01261 by Ronan Lamy at 2022-03-24T03:50:32+00:00
Move test_testcapi to extra_tests/
- - - - -
1 changed file:
- pypy/module/test_lib_pypy/test_testcapi.py → extra_tests/test_testcapi.py
View it on Heptapod:
https://fos
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-argument-unwrap-less
at PyPy / pypy
Commits:
8eadcad1 by Carl Friedrich Bolz-Tereick at 2022-03-24T19:25:00+01:00
fix the various test_ztranslation
--HG--
branch : py3.8-argument-unwrap-less
- - - - -
2 changed files:
- pypy/interp
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
06bbdc83 by Matti Picus at 2022-03-25T00:06:29+02:00
use __index__ to test for int-ness in ctypes.array (issue 3712)
--HG--
branch : py3.8
- - - - -
2 changed files:
- extra_tests/ctypes_tests/test_array.py
- lib_pypy/_ctype