in cpyext there are AppTestCpythonExtension tests, which compile a small
capi module and then test it.
It seems like there should be a way to run these tests with the -A flag,
which would allow testing in cpython and on translated pypy
Before I embark on this journey, has it been tried before and if so what
were the conclusions?
Matti