commit | 883520a846d87f01a14636978cfa9cee1ecc07c1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Aug 16 13:14:40 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 16 13:14:40 2017 +0200 |
tree | 4ee6311380c4697f33fd123316eaa2f37d87e59a | |
parent | 05b7d9c6675b71d17f5fcf379b3888fba431f14e [diff] |
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105) Fix a warning about dangling processes in test_rapid_restart() of _test_multiprocessing: join the process. (cherry picked from commit 17657bb9458ff8f8804b7637d61686a68f4b9471)