[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 5 commits: start supporting pattern matching of collections.abc subclasses as sequences

2023-02-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 7f75881e by Carl Friedrich Bolz-Tereick at 2023-02-10T13:43:44+01:00 start supporting pattern matching of collections.abc subclasses as sequences and patterns --HG-- branch : py3.10 - - - - - 9214db52 by Carl F

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] fix MATCH_MAPPING too

2023-02-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: f006ad31 by Carl Friedrich Bolz-Tereick at 2023-02-11T23:45:13+01:00 fix MATCH_MAPPING too --HG-- branch : py3.10 - - - - - 2 changed files: - pypy/interpreter/astcompiler/test/apptest_patma.py - pypy/interp