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 ffb5a53 commit 46c2bf5Copy full SHA for 46c2bf5
Lib/test/_test_eintr.py
@@ -431,6 +431,8 @@ def check_sigwait(self, wait_func):
431
432
self.assertEqual(proc.wait(), 0)
433
434
+ @unittest.skipIf(sys.platform.startswith("netbsd"),
435
+ "NetBSD sigwaitinfo() returns ECANCELED instead of EINTR; see gh-137490")
436
@unittest.skipUnless(hasattr(signal, 'sigwaitinfo'),
437
'need signal.sigwaitinfo()')
438
def test_sigwaitinfo(self):
0 commit comments