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