Skip to content

Commit 63261de

Browse files
committed
FIx race
1 parent 04f8748 commit 63261de

File tree

2 files changed

+1
-1002
lines changed

2 files changed

+1
-1002
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'")
881880
@skip_if_not_supported
882881
@unittest.skipIf(
883882
sys.platform == "linux" and not PROCESS_VM_READV_SUPPORTED,
884883
"Test only runs on Linux with process_vm_readv support",
885884
)
885+
@requires_gil_enabled("Free threaded builds don't have an 'active thread'")
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)