Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
2a61de3a by Carl Friedrich Bolz-Tereick at 2022-08-19T10:53:59+02:00
#3781: be more systematic about conditional unrolling in list, dict, tuple
code. in particularly, don't do isvirtual(w_list) any more, because
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits:
c6843603 by Carl Friedrich Bolz-Tereick at 2022-08-17T22:27:55+02:00
test does not make sense for py3
--HG--
branch : py3.8
- - - - -
72ee5689 by Matti Picus at 2022-08-19T09:56:12+03:00
change regex to detect 1
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits:
bd152909 by Carl Friedrich Bolz-Tereick at 2022-08-24T13:42:03+02:00
#3792: use an absolute path for the main module too
--HG--
branch : py3.9
- - - - -
3 changed files:
- pypy/bin/pyinteractive.py
- pypy/int
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy
Commits:
ca8c49f3 by Matti Picus at 2022-08-24T13:33:09+03:00
rename *handles -> *handler
--HG--
branch : hpy-0.0.4
- - - - -
a5cb1a5b by Matti Picus at 2022-08-24T13:34:13+03:00
parametrize handlemanager tests for both universal, d
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c6e0a52f by Matti Picus at 2022-08-24T18:32:32+03:00
test, implement PyClassMethod_Type (for pybind11 gh-4158)
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/module/cpyext/api.py
- pypy/module/cpyext/test/test_cpyex