SIGN IN SIGN UP

bpo-31019: Fix multiprocessing.Process.is_alive() (#2875)

multiprocessing.Process.is_alive() now removes the process from the
_children set if the process completed.

The change prevents leaking "dangling" processes.
V
Victor Stinner committed
2db64823c20538a6cfc6033661fab5711d2d4585
Parent: 627d2c8
Committed by GitHub <noreply@github.com> on 7/26/2017, 12:32:42 AM