[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] added guard opcode to parser, still in inconsistent state though

2021-03-05 Thread muke 101
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 5c71b28c by muke101 at 2021-03-05T09:54:47+00:00 added guard opcode to parser, still in inconsistent state though --HG-- branch : llvm-jit-backend-experimental - - - - - 4 changed files: - rpython/jit/ba

[pypy-commit] [Git][pypy/pypy][branch/py3.7] add a hack that fixes test_ztranslation of _hpy_universal

2021-03-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 8cc34b84 by Carl Friedrich Bolz-Tereick at 2021-03-05T11:32:54+01:00 add a hack that fixes test_ztranslation of _hpy_universal --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/objspace/fake/objspace.py

[pypy-commit] [Git][pypy/pypy][branch/py3.7] better place for the hack

2021-03-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: a45767ce by Carl Friedrich Bolz-Tereick at 2021-03-05T11:44:34+01:00 better place for the hack --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/_hpy_universal/test/test_ztranslation.py - pypy/ob

[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] 2 commits: refactored IR module and builder into having separate instances per compile...

2021-03-05 Thread muke 101
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 92fca293 by muke101 at 2021-03-05T11:09:55+00:00 refactored IR module and builder into having separate instances per compile loop call, refs then held by dispatcher instance for later use by guards --HG-- b

[pypy-commit] [Git][pypy/pypy][branch/py3.7] speaking of hacks: fix test_ztranslation of _posixsubprocess

2021-03-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: fa273acf by Carl Friedrich Bolz-Tereick at 2021-03-05T12:25:31+01:00 speaking of hacks: fix test_ztranslation of _posixsubprocess --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/posix/interp_pos

[pypy-commit] [Git][pypy/pypy][branch/py3.7] comment how cpython fixed a failing test

2021-03-05 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 418727b5 by Matti Picus at 2021-03-05T14:14:06+02:00 comment how cpython fixed a failing test --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/interpreter/test/apptest_exceptions.py View it on GitLab: https://foss.h

[pypy-commit] [Git][pypy/pypy][branch/py3.7] add c_/f_/contiguous flags on memoryview

2021-03-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: adf6c996 by Carl Friedrich Bolz-Tereick at 2021-03-05T21:37:39+01:00 add c_/f_/contiguous flags on memoryview --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/objspace/std/memoryobject.py - pypy/objspa

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 93 commits: call more appropriate methods a bit everywhere

2021-03-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 48b98346 by Carl Friedrich Bolz-Tereick at 2021-02-04T13:44:54+01:00 call more appropriate methods a bit everywhere --HG-- branch : intbound-improvements-3 - - - - - 77dc56b7 by Carl Friedrich Bolz-Tereick at 20

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix translation

2021-03-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: dc88c4a9 by Carl Friedrich Bolz-Tereick at 2021-03-05T22:03:30+01:00 fix translation --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/objspace/std/memoryobject.py View it on GitLab: https://foss.hept

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix translation

2021-03-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: dc88c4a9 by Carl Friedrich Bolz-Tereick at 2021-03-05T22:03:30+01:00 fix translation --HG-- branch : py3.7 - - - - - d597b63c by Carl Friedrich Bolz-Tereick at 2021-03-05T22:04:16+01:00 merge py3.7 --HG-- branc