[issue18756] os.urandom() fails under high load

Charles-François Natali report at bugs.python.org
Sat Aug 24 20:10:53 CEST 2013


Charles-François Natali added the comment:

Or more precisely, just run the test in a subprocess. That should fix
the OS X failure if we don't restore the RLIMIT_NOFILE limits, and
will make the test more robust (but you can't reuse the new test,
since it won't work with lazy-opening).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18756>
_______________________________________


More information about the Python-bugs-list mailing list