Searched refs:BrokenProcessPool (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/concurrent/futures/
H A Dprocess.py283 BrokenProcessPool(
360 class BrokenProcessPool(RuntimeError): class in inherits:RuntimeError
440 raise BrokenProcessPool('A child process terminated '
/external/python/cpython3/Lib/test/
H A Dtest_concurrent_futures.py24 from concurrent.futures.process import BrokenProcessPool namespace
487 self.assertRaises(BrokenProcessPool, fut.result)
489 self.assertRaises(BrokenProcessPool, self.executor.submit, pow, 2, 8)

Completed in 189 milliseconds