pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_urandom_large
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x0e626a10>
def test_urandom_large(self):
os = self.posix
length = 2147479553
> s = os.urandom(length)
E (application-level) MemoryError
[/buildbot/slave/own-linux-x86-32/build/pypy/module/posix/test/test_posix2.py:1535]:4: MemoryError
builder: own-linux-x86-32 build #9469+
test: pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_urandom_large