diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-07-26 02:32:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 02:32:42 +0200 |
commit | 2db64823c20538a6cfc6033661fab5711d2d4585 (patch) | |
tree | 31f3943c8c1e052d0469d8f8743238fa3e3332c5 /Python | |
parent | 627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88 (diff) | |
download | cpython-git-2db64823c20538a6cfc6033661fab5711d2d4585.tar.gz |
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.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions