We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e71ff commit e3b6cffCopy full SHA for e3b6cff
Lib/test/test_interpreters/test_stress.py
@@ -22,6 +22,7 @@ def test_create_many_sequential(self):
22
interp = interpreters.create()
23
alive.append(interp)
24
25
+ @unittest.skip('(temporary) gh-120524: there is a race that needs fixing')
26
@support.requires_resource('cpu')
27
def test_create_many_threaded(self):
28
alive = []
0 commit comments