Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits:
67eb1077 by Carl Friedrich Bolz-Tereick at 2022-05-18T21:48:20+02:00
(4atj, cfbolz)
#3746: backport CPython's gh-91851 to pypy 3.9. Thanks 4atj for finding the
problem!
here's the CPython commit message:
Autho
Carl Friedrich Bolz-Tereick pushed to branch branch/m1 at PyPy / pypy
Commits:
76a1fba8 by Carl Friedrich Bolz-Tereick at 2021-03-12T21:55:00+01:00
(in-progress) another attempt: try to slice up too huge traces into trace chunks
already working: trace chunk for the original trace, ends with
gu
Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy
Commits:
3766bd2b by fijal at 2022-05-18T17:24:11+02:00
more progress towards variadic calls in ll2ctypes
--HG--
branch : m1
- - - - -
5 changed files:
- rpython/rlib/_rsocket_rffi.py
- rpython/rlib/rposix.py
- rpython/rtyper/llt
Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy
Commits:
6c1eec8f by fijal at 2022-05-18T12:32:22+02:00
pass the parameters forever everywhere until we get the right call to
variadic_args
--HG--
branch : m1
- - - - -
5 changed files:
- extra_tests/ctypes_tests/_ctypes_test.c