Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
96d9f284 by Matti Picus at 2021-08-15T14:33:25+03:00
add handling of -Xpycache_prefix and PYTHONPYCACHEPREFIX
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/conftest.py
- pypy/interpreter/app_main.py
View it on He
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy
Commits:
f325914f by muke101 at 2021-08-14T21:34:25+01:00
mostly implemented guard_not_forced and call_may_force
--HG--
branch : llvm-jit-backend-experimental
- - - - -
28cf086a by muke101 at 2021-08-15T01:58:46+01:
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy
Commits:
81a2c3f7 by muke101 at 2021-08-16T02:02:16+01:00
implemented zero_array
--HG--
branch : llvm-jit-backend-experimental
- - - - -
3657d0a2 by muke101 at 2021-08-16T05:11:31+01:00
fixed some test cases
--HG--