pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_unreported
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x0000000131ea7c20>
def test_export_unreported(self):
excinfo = raises(SystemError, self.load_from_name, 'export_unreported_exception')
> assert "initialization" in excinfo.value.args[0]
E (application-level) AssertionError
[/Users/matti/build-worker-arm64/own-macos-arm64/build/pypy/module/cpyext/test/test_module.py:356]:3: AssertionError
---------- Captured stderr call ----------
<function PyErr_SetString at 0x0000000158f20d40> DONE
<function PyType_Ready at 0x000000015989b628> DONE
builder: own-macos-arm64 build #1325+
test: pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_unreported