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 206e500 commit 5890ca2Copy full SHA for 5890ca2
Lib/test/test_os/test_process.py
@@ -410,6 +410,7 @@ def test_fexecve(self):
410
finally:
411
os.close(fp)
412
413
+ @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
414
@unittest.skipUnless(hasattr(posix, 'waitid'), "test needs posix.waitid()")
415
@support.requires_fork()
416
def test_waitid(self):
0 commit comments