[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9-pattern-matching-experiments] 7 commits: next failing test: cpython does the variable bindings only at the very end,

2023-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: 304e6dea by Carl Friedrich Bolz-Tereick at 2022-12-27T14:50:11+01:00 next failing test: cpython does the variable bindings only at the very end, when the pattern is known to match --

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: remove unused option to run lib-python tests untranslated, clean up dead code

2023-01-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 976f32a3 by Matti Picus at 2023-01-03T22:30:20+02:00 remove unused option to run lib-python tests untranslated, clean up dead code --HG-- branch : py3.9 - - - - - d573c0b0 by Matti Picus at 2023-01-03T22:55:15+02:00 more cleanu