New issue 2604: lib-python/2.7/test/test_os.py::URandomFDTests fails, when 
os.urandom can use the getrandom syscall
https://bitbucket.org/pypy/pypy/issues/2604/lib-python-27-test-test_ospy

Herwig Hochleitner:

This doesn't show up in the portable binary, because that uses `/dev/urandom`. 
When building on NixOS, pypy uses _getrandom, causing that test to fail. see 
`rpython/rlib/rurandom.py`


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to