[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 7 commits: #3917: make list slicing robust against the __index__ operation of one of the

2023-04-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 0d4febeb by Carl Friedrich Bolz-Tereick at 2023-04-27T19:25:43+02:00 #3917: make list slicing robust against the __index__ operation of one of the slice's start/stop/step attributes modifying the list - - - - - 5

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 8 commits: #3917: make list slicing robust against the __index__ operation of one of the

2023-04-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 0d4febeb by Carl Friedrich Bolz-Tereick at 2023-04-27T19:25:43+02:00 #3917: make list slicing robust against the __index__ operation of one of the slice's start/stop/step attributes modifying the list - - - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] remove cruft left over from an old cpython3.6 release. This broke meson builds

2023-04-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 49cfc2be by Matti Picus at 2023-05-01T02:35:05+03:00 remove cruft left over from an old cpython3.6 release. This broke meson builds --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/api.py View it on Hep