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 027fa2e commit 3aa402aCopy full SHA for 3aa402a
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