Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy
Commits:
b7f561c9 by Matti Picus at 2022-03-18T11:10:50+02:00
add failing test required for PEP 3123 (stric-aliasing) (issue 3706)
- - - - -
895f5727 by Matti Picus at 2022-03-18T12:39:59+02:00
add override=True and rearrange declarations
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
b440e148 by Ronan Lamy at 2022-03-22T03:37:13+00:00
Backed out changeset 1baa930ff7e9
- - - - -
2159ef87 by Ronan Lamy at 2022-03-22T04:12:39+00:00
cparser: Handle the case of structs requiring other structs to be configured
f
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits:
c14d5741 by Carl Friedrich Bolz-Tereick at 2022-03-21T11:36:04+01:00
#3709 fixed: add PyModule_AddType
--HG--
branch : py3.9
- - - - -
5 changed files:
- pypy/module/cpyext/include/modsupport.h
- pypy/module/