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
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
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
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