[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] 3 commits: remove closure and make space a local variable

2022-10-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: 83f2c265 by Carl Friedrich Bolz-Tereick at 2022-10-02T17:21:46+02:00 remove closure and make space a local variable --HG-- branch : py3.9-pattern-matching-experiments - - - - - 9cde

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] 4 commits: match constants in lists

2022-10-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: 4982c5b7 by Carl Friedrich Bolz-Tereick at 2022-10-03T10:49:33+02:00 match constants in lists --HG-- branch : py3.9-pattern-matching-experiments - - - - - d88e97d3 by Carl Friedrich

[pypy-commit] [Git][pypy/pypy][branch/py3.8] test for unhashable in PySet_Contains, PyDict_Contains, fix PyDict_Contains

2022-10-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 9e29512d by Matti Picus at 2022-10-03T23:32:26+03:00 test for unhashable in PySet_Contains, PyDict_Contains, fix PyDict_Contains --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/module/cpyext/dictobject.py - pypy/modu

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] 3 commits: add HPy_Global_Store/HPy_Global_Load and an execution-context store of globals

2022-10-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: eb8a2809 by Matti Picus at 2022-10-03T22:17:11+03:00 add HPy_Global_Store/HPy_Global_Load and an execution-context store of globals --HG-- branch : hpy-0.0.4 - - - - - 163657fa by Matti Picus at 2022-10-02T00:06:23+03:00 st