[pypy-commit] [Git][pypy/pypy][branch/py3.9] bpo-46762: fix corner case in f-strings where < or > is the last char, with a

2022-03-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 67e260a6 by Carl Friedrich Bolz-Tereick at 2022-03-28T10:47:43+02:00 bpo-46762: fix corner case in f-strings where < or > is the last char, with a missing trailing } --HG-- branch : py3.9 - - - - - 2 changed

[pypy-commit] [Git][pypy/pypy][branch/py3.9] adapt test_syntax to PyPy, but now the test crashes at "__debug__: int"

2022-03-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 882191af by Matti Picus at 2022-03-28T14:53:55+03:00 adapt test_syntax to PyPy, but now the test crashes at "__debug__: int" --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/test/test_syntax.py View it on He

[pypy-commit] [Git][pypy/pypy][branch/py3.9] (cfbolz, mattip): fix '__debug__ : int' not raising a SyntaxError

2022-03-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: db8a5aad by Carl Friedrich Bolz-Tereick at 2022-03-28T16:37:36+02:00 (cfbolz, mattip): fix '__debug__ : int' not raising a SyntaxError --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/interpreter/astco

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: test for __debug__ += 1 not raising, fix

2022-03-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 64c17495 by Matti Picus at 2022-03-28T18:42:51+03:00 test for __debug__ += 1 not raising, fix (probably the wrong fix, but it stopped the assert from triggering) --HG-- branch : py3.9 - - - - - 6ac00127 by Matti Picus at 2022-

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: add __ror__ and block __ior__ on dictproxy

2022-03-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2b09e0ad by Matti Picus at 2022-03-28T20:31:05+03:00 add __ror__ and block __ior__ on dictproxy --HG-- branch : py3.9 - - - - - 47faf41c by Matti Picus at 2022-03-28T21:35:56+03:00 fix for different order of fields in namespace

[pypy-commit] [Git][pypy/pypy][branch/py3.9] don't require an items method, keys is sufficient

2022-03-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 6daa16b3 by Carl Friedrich Bolz-Tereick at 2022-03-28T21:52:24+02:00 don't require an items method, keys is sufficient --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/interpreter/pyopcode.py View it

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.9-v7.x] 98 commits: fix test corner case around line continuations: lines that only contain line

2022-03-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: 077272e5 by Carl Friedrich Bolz-Tereick at 2022-03-16T20:31:31+01:00 fix test corner case around line continuations: lines that only contain line continuations are usually skipped. however, that shouldn't happen if