Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
49b7ae42 by Matti Picus at 2021-03-23T09:33:09+02:00
skip some pyrepl tests on windows
- - - - -
3 changed files:
- extra_tests/test_pyrepl/test_curses.py
- extra_tests/test_pyrepl/test_readline.py
- extra_tests/test_pyrepl
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
cd676281 by Matti Picus at 2021-03-23T10:05:26+02:00
skip interrupt on windows
- - - - -
1 changed file:
- extra_tests/test_pyrepl/test_basic.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit/cd676281f92
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
ee46c0fd by Matti Picus at 2021-03-23T10:08:25+02:00
more skips for windows
- - - - -
1 changed file:
- extra_tests/test_pyrepl/test_bugs.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit/ee46c0fd252be39
Carl Friedrich Bolz-Tereick pushed to branch branch/faster-rbigint-big-divmod
at PyPy / pypy
Commits:
6b60817e by Carl Friedrich Bolz-Tereick at 2021-03-22T14:00:42+01:00
tune _full_digits_lshift_then_or
--HG--
branch : faster-rbigint-big-divmod
- - - - -
a2eb5fde by Carl Friedrich Bolz-Tere