Home
last modified time | relevance | path

Searched refs:has_fork_support (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_wait4.py12 if not support.has_fork_support:
H A Dtest_wait3.py12 if not support.has_fork_support:
H A Dtest_fork1.py17 if not support.has_fork_support:
H A Dtest_socketserver.py33 HAVE_FORKING = test.support.has_fork_support
H A Dlock_tests.py18 requires_fork = unittest.skipUnless(support.has_fork_support,
/third_party/python/Lib/test/support/
H A D__init__.py43 "has_fork_support", "requires_fork",
520 has_fork_support = hasattr(os, "fork") and not is_emscripten and not is_wasi variable
523 return unittest.skipUnless(has_fork_support, "requires working os.fork()")

Completed in 7 milliseconds