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 434bc59 commit 63998a1Copy full SHA for 63998a1
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
+ @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