Matti Picus pushed to branch branch/py3.10 at PyPy / pypy
Commits:
aff1c47d by Matti Picus at 2023-05-22T14:32:39+03:00
backed out d3cfce298003, it seems to have broken cython
--HG--
branch : py3.9
- - - - -
ea022102 by Matti Picus at 2023-05-22T14:33:27+03:00
merge py3.9
--HG--
branch : py3
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
aff1c47d by Matti Picus at 2023-05-22T14:32:39+03:00
backed out d3cfce298003, it seems to have broken cython
--HG--
branch : py3.9
- - - - -
1 changed file:
- pypy/module/cpyext/slotdefs.py
View it on Heptapod:
https://fo
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
a402c4cc by Carl Friedrich Bolz-Tereick at 2023-05-22T22:29:21+02:00
test and fix segfault discovered by the cython tests
--HG--
branch : py3.10
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/code
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
3dbb6d7a by Matti Picus at 2023-05-23T08:04:34+03:00
do not create a __del__ wrapper at all, it is harmful. Remove now-dead code
--HG--
branch : py3.9
- - - - -
2 changed files:
- pypy/module/cpyext/slotdefs.py
- pypy/module