Skip to content

Commit 0d1ed96

Browse files
committed
Merge branch 'gh-117474-gdb-gil' into nogil-integration
2 parents 915dc3f + 3aa402a commit 0d1ed96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_gdb/test_backtrace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def test_bt_full(self):
4949

5050
@unittest.skipIf(python_is_optimized(),
5151
"Python was compiled with optimizations")
52+
@unittest.skipIf(support.Py_GIL_DISABLED, "test requires the GIL")
5253
@support.requires_resource('cpu')
5354
def test_threads(self):
5455
'Verify that "py-bt" indicates threads that are waiting for the GIL'

0 commit comments

Comments
 (0)