We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5594a50 commit d937a83Copy full SHA for d937a83
graalpython/lib-python/3/test/test_importlib/test_locks.py
@@ -85,7 +85,7 @@ def f():
85
self.assertEqual(len(results), NTHREADS)
86
return results
87
88
- @support.imp_detail("GR-16579: support for multi-threading", graalvm=False)
+ @support.impl_detail("GR-16579: support for multi-threading", graalvm=False)
89
def test_deadlock(self):
90
results = self.run_deadlock_avoidance_test(True)
91
# At least one of the threads detected a potential deadlock on its
0 commit comments