[pypy-commit] [Git][pypy/pypy][branch/conda] use conda layout in get_python_libs

2021-07-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/conda at PyPy / pypy Commits: 261bf339 by Matti Picus at 2021-07-02T18:18:41+03:00 use conda layout in get_python_libs --HG-- branch : conda - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: add a passing test

2021-07-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 855c2757 by Matti Picus at 2021-07-03T23:35:10+03:00 add a passing test --HG-- branch : py3.7 - - - - - 421fa986 by Matti Picus at 2021-07-04T10:36:28+03:00 remove hack to look up function by offset, not needed by numpy since v

[pypy-commit] [Git][pypy/pypy][branch/py3.7] check env keys for '=' when calling os.execve

2021-07-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f71b8c0b by Matti Picus at 2021-07-04T16:51:05+03:00 check env keys for '=' when calling os.execve --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/posix/interp_posix.py - pypy/module/posix/test/test_posix2.py

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8_isidentical_test

2021-07-04 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed new branch branch/py3.8_isidentical_test at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8_isidentical_test You're receiving this email because of your account on foss.heptapod.net. __

[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] merging in a messy way from old branch

2021-07-04 Thread muke 101 (@muke101)
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 55bb2ab6 by muke101 at 2021-07-05T03:33:48+01:00 merging in a messy way from old branch --HG-- branch : llvm-jit-backend-experimental - - - - - 11 changed files: - rpython/jit/backend/llvm/assembler.py -

[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] fixed bridge patching not deleting redundant phi nodes

2021-07-04 Thread muke 101 (@muke101)
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 7b5e7374 by muke101 at 2021-07-05T03:58:23+01:00 fixed bridge patching not deleting redundant phi nodes --HG-- branch : llvm-jit-backend-experimental - - - - - 1 changed file: - rpython/jit/backend/llvm/