[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: byteorder related issue, check the byte order of that machine

2020-02-20 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: a4428959 by Richard Plangger at 2020-02-20T15:16:57-03:00 byteorder related issue, check the byte order of that machine - - - - - 4f97d2c5 by Richard Plangger at 2020-02-20T16:13:10-03:00 missing properties for the reg allo

[pypy-commit] [Git][pypy/pypy][branch/rutf8-simd] add assert that could not be determined by the translation step, the amount of…

2020-02-20 Thread Richard Plangger
Richard Plangger pushed to branch branch/rutf8-simd at PyPy / pypy Commits: 10319bf8 by Richard Plangger at 2020-02-20T15:12:18-03:00 add assert that could not be determined by the translation step, the amount of codepoints always need to be 0 or positive --HG-- branch : rutf8-simd - - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.7] Re-delete files that were wrongly added by 2779449dd1d5

2020-02-20 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: 76eb94be by Ronan Lamy at 2020-02-20T10:31:21+01:00 Re-delete files that were wrongly added by 2779449dd1d5 --HG-- branch : py3.7 - - - - - 7 changed files: - − lib-python/3/asyncio/compat.py - − lib-python/3/asyncio/test_utils

[pypy-commit] [Git][pypy/pypy][branch/default] 14 commits: it seems that space.iteriterable is broken, because exceptions from space.next

2020-02-20 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2510baa4 by Carl Friedrich Bolz-Tereick at 2020-02-12T16:20:00+01:00 it seems that space.iteriterable is broken, because exceptions from space.next are swallowed by the flow object space. more generally, it's not safe to define

[pypy-commit] [Git][pypy/pypy][branch/default] 14 commits: it seems that space.iteriterable is broken, because exceptions from space.next

2020-02-20 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2510baa4 by Carl Friedrich Bolz-Tereick at 2020-02-12T16:20:00+01:00 it seems that space.iteriterable is broken, because exceptions from space.next are swallowed by the flow object space. more generally, it's not safe to define