diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-07-26 00:32:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 00:32:42 (GMT) |
commit | 2db64823c20538a6cfc6033661fab5711d2d4585 (patch) | |
tree | 31f3943c8c1e052d0469d8f8743238fa3e3332c5 /Lib/idlelib/idle_test/test_replace.py | |
parent | 627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88 (diff) | |
download | cpython-2db64823c20538a6cfc6033661fab5711d2d4585.zip cpython-2db64823c20538a6cfc6033661fab5711d2d4585.tar.gz cpython-2db64823c20538a6cfc6033661fab5711d2d4585.tar.bz2 |
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 'Lib/idlelib/idle_test/test_replace.py')
0 files changed, 0 insertions, 0 deletions