pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_unreported
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x000000000a700790>
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
[/buildbot/slave/own-linux-aarch64/build/pypy/module/cpyext/test/test_module.py:356]:3: AssertionError
---------- Captured stderr call ----------
<function PyErr_SetString at 0x000000000545c3e0> DONE
<function PyType_Ready at 0x0000000006ba5088> DONE
builder: own-linux-aarch64 build #2836+
test: pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_unreported