Thanks to visit codestin.com Credit goes to github.com
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 5aa1dd5 commit cc13431Copy full SHA for cc13431
1 file changed
Lib/test/test_wait3.py
@@ -7,7 +7,7 @@
7
from test.fork_wait import ForkWait
8
from test.support import run_unittest, reap_children
9
10
-if not hassattr(os, 'fork'):
+if not hasattr(os, 'fork'):
11
raise unittest.SkipTest("os.fork not defined")
12
13
if not hasattr(os, 'wait3'):
0 commit comments