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