[pypy-commit] [Git][pypy/pypy][branch/default] Add xfailing test for __pypy__.bytebuffer.__getslice__() with start > stop.

2020-03-10 Thread Manuel Jacob
Manuel Jacob pushed to branch branch/default at PyPy / pypy Commits: 02289b38 by Manuel Jacob at 2020-03-10T19:22:11+01:00 Add xfailing test for __pypy__.bytebuffer.__getslice__() with start > stop. - - - - - 1 changed file: - pypy/module/__pypy__/test/test_bytebuffer.py View it on GitLab:

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/experiment-simpler_rstr_getslice

2020-03-10 Thread Manuel Jacob
Manuel Jacob pushed new branch branch/experiment-simpler_rstr_getslice at PyPy / pypy --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/experiment-simpler_rstr_getslice You're receiving this email because of your account on foss.heptapod.net.

[pypy-commit] [Git][pypy/pypy][branch/experiment-simpler_rstr_getslice] Add temporary exception to make this case fail even without lldebug.

2020-03-10 Thread Manuel Jacob
Manuel Jacob pushed to branch branch/experiment-simpler_rstr_getslice at PyPy / pypy Commits: b3de7b10 by Manuel Jacob at 2020-03-10T19:59:15+01:00 Add temporary exception to make this case fail even without lldebug. --HG-- branch : experiment-simpler_rstr_getslice - - - - - 1 changed file: