pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_unreported
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x000000000fab0608>
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-x86-64/build/pypy/module/cpyext/test/test_module.py:356]:3: AssertionError
---------- Captured stderr call ----------
<function PyErr_SetString at 0x00000000010ed2e0> DONE
<function PyType_Ready at 0x0000000007c56b60> DONE
builder: own-linux-x86-64 build #10948+
test: pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_unreported