Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
f1039fad by Carl Friedrich Bolz-Tereick at 2022-08-23T09:16:54+02:00
fix bogus tests: always pass utf-8 encoded unicode strings, not the unicode type
- - - - -
1 changed file:
- rpython/rlib/rsre/test/test_s
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
79d4a83f by Carl Friedrich Bolz-Tereick at 2022-08-23T09:31:59+02:00
disable assert that fails on pypy2 (not worth fixing pypy2, it's a cpy2 bug
that was fixed on cpy3)
- - - - -
1 changed file:
- rpython/r
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
f112d5d5 by Alessandro Ogier at 2022-08-22T13:12:57+02:00
#3148: disable JIT via env var
--HG--
branch : 3148-disable-jit-via-envvar-default
- - - - -
f5cd3df0 by Alessandro Ogier at 2022-08-22T14:13:56+02:00
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
e77ab165 by Carl Friedrich Bolz-Tereick at 2022-08-23T16:48:12+02:00
store the jit options into options, to make them testable without monkeypatching
- - - - -
2 changed files:
- pypy/interpreter/app_main.py
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
72ee5689 by Matti Picus at 2022-08-19T09:56:12+03:00
change regex to detect 10 or more CPUs for "make -j"
- - - - -
f112d5d5 by Alessandro Ogier at 2022-08-22T13:12:57+02:00
#3148: disable JIT via env var
--HG--
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
2e56325b by Carl Friedrich Bolz-Tereick at 2022-08-23T17:14:39+02:00
add the env var variant too
- - - - -
11cb5cc0 by Carl Friedrich Bolz-Tereick at 2022-08-23T17:16:32+02:00
merge default
--HG--
branch : py3.8
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
2e56325b by Carl Friedrich Bolz-Tereick at 2022-08-23T17:14:39+02:00
add the env var variant too
- - - - -
1 changed file:
- pypy/interpreter/test/test_app_main.py
View it on Heptapod:
https://foss.heptap
Carl Friedrich Bolz-Tereick pushed to branch branch/list-unrolling-bugs-3781 at
PyPy / pypy
Commits:
ac5c6bce by Carl Friedrich Bolz-Tereick at 2022-08-23T18:01:39+02:00
fix test_cffi_init_struct_with_list with slighly annoying code, see comment
--HG--
branch : list-unrolling-bugs-3781
- - -