Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_urandom_large

self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x0000023d16797750>

    def test_urandom_large(self):
            os = self.posix
            length = 2147479553
>           s = os.urandom(length)
E           (application-level) MemoryError

[d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\pypy\module\posix\test\test_posix2.py:1531]:4: MemoryError
builder: own-win-x86-64 build #2305+
test: pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_urandom_large