pypy/module/thread/test/test_lock.py::AppTestLockSignals::()::test_lock_acquire_retries_on_intr
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x0000000027d05a98>
def test_lock_acquire_retries_on_intr(self):
import thread
> self.acquire_retries_on_intr(thread.allocate_lock())
[/buildbot/slave/own-linux-aarch64/build/pypy/module/thread/test/test_lock.py:233]:3:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x0000000027d05a98>
lock = <pypy.module.thread.os_lock.Lock object at 0x0000000027c20aa0>
> ???
E (application-level) AssertionError
?:30: AssertionError
builder: own-linux-aarch64 build #2819+
test: pypy/module/thread/test/test_lock.py::AppTestLockSignals::()::test_lock_acquire_retries_on_intr