[pypy-issue] [issue1258] Interrupted system call from os.urandom

Zooko tracker at bugs.pypy.org
Tue Sep 11 20:54:16 CEST 2012


Zooko <zooko at zooko.com> added the comment:

Okay, I'll get back to you. If you want to try a stab at isolating what I
suspect is the problem, just use statprof and do something like this:

import statprof
statprof.start()
while True:
    os.urandom(32)

But I'll get back to you with instructions to reproduce the exact software I
have here, once I package it up and upload it to PyPI...

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1258>
________________________________________


More information about the pypy-issue mailing list