There was an error while loading. Please reload this page.
1 parent 17173cf commit 0ca4624Copy full SHA for 0ca4624
1 file changed
Lib/test/test_capi.py
@@ -36,6 +36,7 @@ def test_instancemethod(self):
36
self.assertEqual(testfunction.attribute, "test")
37
self.assertRaises(AttributeError, setattr, inst.testfunction, "attribute", "test")
38
39
+ @unittest.skipUnless(threading, 'Threading required for this test.')
40
def test_no_FatalError_infinite_loop(self):
41
p = subprocess.Popen([sys.executable, "-c",
42
'import _testcapi;'
0 commit comments