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
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
- - - - -
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