MCPcopy Index your code
hub / github.com/python/cpython / BrokenProcessPool

Class BrokenProcessPool

Lib/concurrent/futures/process.py:637–641  ·  view source on GitHub ↗

Raised when a process in a ProcessPoolExecutor terminated abruptly while a future was in the running state.

Source from the content-addressed store, hash-verified

635
636
637class BrokenProcessPool(_base.BrokenExecutor):
638 """
639 Raised when a process in a ProcessPoolExecutor terminated abruptly
640 while a future was in the running state.
641 """
642
643_TERMINATE = "terminate"
644_KILL = "kill"

Callers 2

_terminate_brokenMethod · 0.85
submitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…