Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
95f84887 by Matti Picus at 2022-11-27T04:33:39+02:00
fix test
- - - - -
1 changed file:
- rpython/translator/test/test_driver.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/95f848870e3a17eec21906f9e
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
903fd7f4 by Matti Picus at 2022-11-27T06:26:15+02:00
redo int parsing, test more examples
--HG--
branch : py3.8
- - - - -
3 changed files:
- lib-python/3/test/test_compile.py
- pypy/interpreter/astcompiler/astbuilder.py
- py
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
8c73c9fd by Matti Picus at 2022-11-22T23:16:05+02:00
change nightly darwin name to macos_x86_64 in versions.json
- - - - -
2dbb4e4c by Matti Picus at 2022-11-22T23:17:25+02:00
check last-modified-time on nightlies, improve scrip
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
d9058e00 by Matti Picus at 2022-11-26T20:48:02+02:00
always use -fPIC, maybe fixes debian x32 build
- - - - -
2 changed files:
- rpython/translator/platform/__init__.py
- rpython/translator/platform/linux.py
View it on He