[issue20564] test_threadsignals.py "failed" on OpenBSD because too slow (> 3sec)

Remi Pointel report at bugs.python.org
Wed Feb 12 07:49:27 CET 2014


Remi Pointel added the comment:

> Can you please test interrupt_lock_acquire.py? It should be the same than the unit test, but in a fresh Python process.

Thanks for your response, this is what I have:

$ PYTHONPATH=. ./python ./interrupt_lock_acquire.py 
Traceback (most recent call last):
  File "./interrupt_lock_acquire.py", line 30, in <module>
    raise Exception("dt > 3: dt=%s" % dt)
Exception: dt > 3: dt=5.011708974838257

Remi.

----------

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


More information about the Python-bugs-list mailing list