Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
eb73fa5c by Carl Friedrich Bolz-Tereick at 2020-11-28T16:28:50+01:00
fix three of the failing tests in test_pypy_c.test_call:
in py3.7, CALL_FUNCTION_KW pops a constant tuple from the stack, and uses
fixedview, w
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
8dc874c9 by Carl Friedrich Bolz-Tereick at 2020-11-28T16:39:18+01:00
this difference is fine
--HG--
branch : py3.7
- - - - -
d496d632 by Carl Friedrich Bolz-Tereick at 2020-11-28T17:36:52+01:00
this change is fi
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
341bafea by Matti Picus at 2020-11-28T23:43:26+02:00
fix const-ness of char * fields (bpo 28761)
--HG--
branch : py3.7
- - - - -
3 changed files:
- pypy/module/cpyext/include/structseq.h
- pypy/module/cpyext/parse/cpyext_des
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
d3f0c2d3 by Matti Picus at 2020-11-29T00:00:57+02:00
redo changeset 1bb03638c5fe on branch since more work is needed
--HG--
branch : py3.7
- - - - -
3 changed files:
- pypy/module/cpyext/include/structseq.h
- pypy/module/cpy
Armin Rigo pushed to branch branch/py3.7 at PyPy / pypy
Commits:
e72fdf78 by Armin Rigo at 2020-11-29T05:36:24+01:00
Remove obsolete test
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/_sre/test/support_test_app_sre.py
- pypy/module/_sre/test/test_app_sre.py
View it on Gi