HomeSort by relevance Sort by last modified time
    Searched refs:_posixsubprocess (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/test/
test_capi.py 18 import _posixsubprocess
20 _posixsubprocess = None variable
94 @unittest.skipUnless(_posixsubprocess, '_posixsubprocess required for this test.')
100 self.assertRaises(TypeError, _posixsubprocess.fork_exec,
108 self.assertRaises(MemoryError, _posixsubprocess.fork_exec,
111 @unittest.skipUnless(_posixsubprocess, '_posixsubprocess required for this test.')
118 self.assertRaises(TypeError, _posixsubprocess.fork_exec,
test_subprocess.py     [all...]
  /external/python/cpython3/Lib/multiprocessing/
util.py 388 import _posixsubprocess
392 return _posixsubprocess.fork_exec(
  /external/python/cpython3/Lib/
subprocess.py 136 import _posixsubprocess
    [all...]

Completed in 141 milliseconds