8000 Apply suggestions from code review · python/cpython@3298da3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3298da3

Browse files
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 0dc2487 commit 3298da3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_signal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,6 @@ def handler(signum, frame):
13481348
# Python handler
13491349
self.assertEqual(len(sigs), N, "Some signals were lost")
13501350

1351-
13521351
@support.requires_gil_enabled("gh-121065: test is flaky on free-threaded build")
13531352
@unittest.skipIf(is_apple, "crashes due to system bug (FB13453490)")
13541353
@unittest.skipUnless(hasattr(signal, "SIGUSR1"),

0 commit comments

Comments
 (0)
0