Skip to content

Commit 04f8748

Browse files
committed
FIx race
1 parent f1b1e4f commit 04f8748

File tree

2 files changed

+1002
-1
lines changed

2 files changed

+1002
-1
lines changed

Lib/test/test_external_inspection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,12 +877,12 @@ def test_self_trace(self):
877877
],
878878
)
879879

880+
@requires_gil_enabled("Free threaded builds don't have an 'active thread'")
880881
@skip_if_not_supported
881882
@unittest.skipIf(
882883
sys.platform == "linux" and not PROCESS_VM_READV_SUPPORTED,
883884
"Test only runs on Linux with process_vm_readv support",
884885
)
885-
@requires_gil_enabled
886886
def test_only_active_thread(self):
887887
# Test that only_active_thread parameter works correctly
888888
port = find_unused_port()

0 commit comments

Comments
 (0)