[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/cpyext-cmethod

2022-01-31 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/cpyext-cmethod at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/cpyext-cmethod You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit ma

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/pep-573

2022-01-31 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/pep-573 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/pep-573 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix tests from merge

2022-01-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 7e9a4251 by Matti Picus at 2022-01-31T13:22:43+02:00 fix tests from merge --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/_posixsubprocess/test/apptest_subprocess.py View it on Heptapod: https://foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/py3.9] add Py_GenericAlias and generate genericaliasobject.h

2022-01-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: ba024e84 by Matti Picus at 2022-01-31T19:43:36+02:00 add Py_GenericAlias and generate genericaliasobject.h --HG-- branch : py3.9 - - - - - 5 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/include/Python.h -

[pypy-commit] [Git][pypy/pypy][branch/pep-573] add PyType_FromModuleAndSpec, PyType_GetModule, PyType_GetModuleState, ht_module

2022-01-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/pep-573 at PyPy / pypy Commits: 8b0c62e2 by Matti Picus at 2022-01-31T20:25:13+02:00 add PyType_FromModuleAndSpec, PyType_GetModule, PyType_GetModuleState, ht_module --HG-- branch : pep-573 - - - - - 5 changed files: - pypy/module/cpyext/api.py - pypy/mo

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: distinguish between a c-api CMethod and an app-level Method

2022-01-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 4ad517f1 by Matti Picus at 2022-01-31T12:26:34+02:00 distinguish between a c-api CMethod and an app-level Method also avoid calling through cpyext functions in modsupport.py --HG-- branch : cpyext-cmethod - - - - - 5cf8f8c2 by

[pypy-commit] [Git][pypy/benchmarks][branch/default] properly skip genshi for python>3.8

2022-01-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / benchmarks Commits: 05552750 by Matti Picus at 2022-01-31T23:03:44+02:00 properly skip genshi for python>3.8 - - - - - 4 changed files: - benchmarks.py - own/bm_genshi.py - own/icbd/icbd/compiler/benchmarks/pypy/bm_genshi.py - unladen_sw