pypy/module/thread/test/test_import_lock.py::AppTestThread::()::test_manual_locking
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x7f6d2d384750>
def test_manual_locking(self):
> import _thread, os, imp, time, sys
E (application-level) ModuleNotFoundError: No module named 'imp'
[/build_dir/own-linux-x86-64/build/pypy/module/thread/test/test_import_lock.py:33]:2: ModuleNotFoundError
builder: own-linux-x86-64 build #10883+
test: pypy/module/thread/test/test_import_lock.py::AppTestThread::()::test_manual_locking