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 91220ad commit 376051bCopy full SHA for 376051b
Lib/test/test_gdb/test_backtrace.py
@@ -49,7 +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")
+ @support.requires_gil_enabled
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