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.
2 parents 915dc3f + 3aa402a commit 0d1ed96Copy full SHA for 0d1ed96
Lib/test/test_gdb/test_backtrace.py
@@ -49,6 +49,7 @@ def test_bt_full(self):
49
50
@unittest.skipIf(python_is_optimized(),
51
"Python was compiled with optimizations")
52
+ @unittest.skipIf(support.Py_GIL_DISABLED, "test requires the GIL")
53
@support.requires_resource('cpu')
54
def test_threads(self):
55
'Verify that "py-bt" indicates threads that are waiting for the GIL'
0 commit comments