diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-07-26 15:54:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 15:54:42 (GMT) |
commit | b65cb8a35641675d44af84c9b18c40c6094f03ef (patch) | |
tree | 69742727724fb5da51c6a200a564b8313dddc962 /Python/Python-ast.c | |
parent | ec9a7127b8196dc5ef27c5ee2772ecea7cbb32df (diff) | |
download | cpython-b65cb8a35641675d44af84c9b18c40c6094f03ef.zip cpython-b65cb8a35641675d44af84c9b18c40c6094f03ef.tar.gz cpython-b65cb8a35641675d44af84c9b18c40c6094f03ef.tar.bz2 |
bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882)
multiprocessing.Process.is_alive() now removes the process from the
_children set if the process completed.
The change prevents leaking "dangling" processes.
(cherry picked from commit 2db64823c20538a6cfc6033661fab5711d2d4585)
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions