pypy/module/thread/test/test_thread.py::AppTestThread::()::test_thread_count
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0xfffd48654890>
def test_thread_count(self):
import thread, time
feedback = []
please_start = []
def f():
feedback.append(42)
self.waitfor(lambda: please_start)
> assert thread._count() == 0
E (application-level) AssertionError: assert 1 == 0
E + where 1 = <built-in function _count>()
E + where <built-in function _count> = <built-in function _count>
E + where <built-in function _count> = <module 'thread' (built-in)>._count
[/build_dir/own-linux-aarch64/build/pypy/module/thread/test/test_thread.py:21]:8: AssertionError
builder: own-linux-aarch64 build #2718
test: pypy/module/thread/test/test_thread/py/AppTestThread/()/test_thread_count