Matti Picus pushed to branch branch/pep-573 at PyPy / pypy
Commits:
cd1c6b96 by Matti Picus at 2022-02-03T16:06:36+02:00
fix order of args to W_PyCMethodObject.__init__
--HG--
branch : pep-573
- - - - -
3 changed files:
- pypy/module/cpyext/methodobject.py
- pypy/module/cpyext/modsupport.p
Matti Picus pushed to branch branch/pep-573 at PyPy / pypy
Commits:
2d09e081 by Matti Picus at 2022-02-03T17:57:58+02:00
add missing check to PyState_AddModule
--HG--
branch : pep-573
- - - - -
3 changed files:
- pypy/module/cpyext/pystate.py
- pypy/module/cpyext/test/test_module.py
- pypy
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
d0b741db by Matti Picus at 2022-01-31T15:54:53+02:00
expose PyCMethodObject
--HG--
branch : pep-573
- - - - -
8b0c62e2 by Matti Picus at 2022-01-31T20:25:13+02:00
add PyType_FromModuleAndSpec, PyType_GetModule, PyType_GetModule
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
755aa090 by Christian Tismer at 2022-02-04T00:36:54+02:00
update bundled setuptools to 58.1.0 to get fix for new PyPy layout
--HG--
branch : py3.8
- - - - -
2 changed files:
- lib-python/3/ensurepip/__init__.py
- lib-python/