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
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
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
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.
__
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
-
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/