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

mattip tracker at bugs.pypy.org
Tue Sep 11 20:48:49 CEST 2012


mattip <matti.picus at gmail.com> added the comment:

help me reproduce the problem, here is what I have so far, starting from last 
night's 32 bit linux pypy

$ virtualenv -p pypy-c-jit-57259-1feab101071c-linux/bin/pypy 
pypy_for_stringchains
$ pypy_for_stringchains/bin/pip install statprof
$ pypy_for_stringchains/bin/pip install pyutil
$ pypy_for_stringchains/bin/pip install stringchain
$ time pypy_for_stringchains/bin/pypy -OOu -c 'from stringchain.bench import 
bench; bench.slow_bench(profile=True)'

output from the last command is

Traceback (most recent call last):
  File "app_main.py", line 51, in run_toplevel
  File "app_main.py", line 546, in run_it
  File "<string>", line 1, in <module>
TypeError: slow_bench() takes no arguments (1 given)

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


More information about the pypy-issue mailing list