Skip to content

Commit 82d49e3

Browse files
authored
fix the test skip
1 parent 070e3e8 commit 82d49e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6044,7 +6044,7 @@ def test_resource_tracker_exit_code(self):
60446044
self._test_resource_tracker_leak_resources(
60456045
cleanup=cleanup,
60466046
)
6047-
@unittest.skipUnless(hasattr(signal, pthread_sigmask), "pthread_sigmask is not available")
6047+
@unittest.skipUnless(hasattr(signal, "pthread_sigmask"), "pthread_sigmask is not available")
60486048
def test_resource_tracker_blocked_signals(self):
60496049
#
60506050
# gh-127586: Check that resource_tracker does not override blocked signals of caller.

0 commit comments

Comments
 (0)