[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: test and fix: __trunc__ can return a non-int that implements __index__ too

2021-06-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 52124ceb by Carl Friedrich Bolz-Tereick at 2021-06-11T13:03:42+02:00 test and fix: __trunc__ can return a non-int that implements __index__ too --HG-- branch : py3.8 - - - - - fa5cca7f by Carl Friedrich Bolz-Ter

[pypy-commit] [Git][pypy/pypy][branch/py3.8] skip this one, that's an awfully specific test

2021-06-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 9a49bfe9 by Carl Friedrich Bolz-Tereick at 2021-06-11T14:11:45+02:00 skip this one, that's an awfully specific test --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/test/test_itertools.py View

[pypy-commit] [Git][pypy/pypy][branch/py3.8] math.dist takes positional only args

2021-06-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 5ef393f3 by Carl Friedrich Bolz-Tereick at 2021-06-11T14:48:21+02:00 math.dist takes positional only args --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/math/interp_math.py - pypy/module/math/

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.2] Hack test_buffer to make it pass after translation

2021-06-11 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy Commits: 45eab8c4 by Ronan Lamy at 2021-06-11T19:36:48+01:00 Hack test_buffer to make it pass after translation --HG-- branch : hpy-0.0.2 - - - - - 2 changed files: - extra_tests/hpy_tests/_vendored/test_slots.py - + pypy/module/_

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: this test is no longer correct on 3.8

2021-06-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: a0e93370 by Carl Friedrich Bolz-Tereick at 2021-06-11T21:08:47+02:00 this test is no longer correct on 3.8 --HG-- branch : py3.8 - - - - - 87e2c88c by Carl Friedrich Bolz-Tereick at 2021-06-11T21:17:04+02:00 imp