8000 gh-121065: Temporarily skip flaky test on free-threaded build (#121100) · python/cpython@4a62a33 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a62a33

Browse files
authored
gh-121065: Temporarily skip flaky test on free-threaded build (#121100)
1 parent e9b4ec6 commit 4a62a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_signal.py

Lines changed: 1 addition & 0 deletions
< 4DB8 td data-grid-cell-id="diff-d2af8fb561277f84d7a1c0274aca37955e9f515d0d73be58933abe191df1cca9-1347-1348-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">1348
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,7 @@ def handler(signum, frame):
13451345
# Python handler
13461346
self.assertEqual(len(sigs), N, "Some signals were lost")
13471347

+
@support.requires_gil_enabled("gh-121065: test is flaky on free-threaded build")
13481349
@unittest.skipIf(is_apple, "crashes due to system bug (FB13453490)")
13491350
@unittest.skipUnless(hasattr(signal, "SIGUSR1"),
13501351
"test needs SIGUSR1")

0 commit comments

Comments
 (0)
0