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

  /external/python/cpython3/Lib/multiprocessing/
popen_fork.py 55 except ProcessLookupError:
  /external/python/cpython3/Lib/test/test_asyncio/
test_subprocess.py 69 # methods must raise ProcessLookupError if the process exited
70 self.assertRaises(ProcessLookupError,
72 self.assertRaises(ProcessLookupError, transport.terminate)
73 self.assertRaises(ProcessLookupError, transport.kill)
  /external/python/cpython3/Lib/asyncio/
base_subprocess.py 118 except ProcessLookupError:
143 raise ProcessLookupError()
  /external/python/cpython3/Lib/test/
test_resource.py 150 self.assertRaises(ProcessLookupError, resource.prlimit,
test_readline.py 294 except ProcessLookupError:
test_subprocess.py     [all...]
  /external/python/cpython3/Objects/
exceptions.c     [all...]

Completed in 606 milliseconds