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 e9b4ec6 commit 4a62a33Copy full SHA for 4a62a33
Lib/test/test_signal.py
@@ -1345,6 +1345,7 @@ def handler(signum, frame):
1345
# Python handler
1346
self.assertEqual(len(sigs), N, "Some signals were lost")
1347
1348
+ @support.requires_gil_enabled("gh-121065: test is flaky on free-threaded build")
1349
@unittest.skipIf(is_apple, "crashes due to system bug (FB13453490)")
1350
@unittest.skipUnless(hasattr(signal, "SIGUSR1"),
1351
"test needs SIGUSR1")
0 commit comments