[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 7 commits: fix compile_loop_and_split in compile.py

2022-03-24 Thread Yusuke Izawa (@3tty0n)
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

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 2 commits: implement CALL_ASSEMBLER hack in tla

2022-03-24 Thread Yusuke Izawa (@3tty0n)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8-argument-unwrap-less] ouch, fix min/max

2022-03-24 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8-argument-unwrap-less] ouch, another bad typo

2022-03-24 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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/

[pypy-commit] [Git][pypy/pypy][branch/default] Move test_testcapi to extra_tests/

2022-03-24 Thread Ronan Lamy (@rlamy)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8-argument-unwrap-less] fix the various test_ztranslation

2022-03-24 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] use __index__ to test for int-ness in ctypes.array (issue 3712)

2022-03-24 Thread Matti Picus (@mattip)
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