commit | 35acb3597208e10a101140474adec86859d57f61 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Dec 18 10:11:05 2019 +0100 |
committer | GitHub <noreply@github.com> | Wed Dec 18 10:11:05 2019 +0100 |
tree | b497df57c7f26d3750ecc54192b1c335be9e01ec | |
parent | b1f204471092678dd89117e608fa041a9589d14c [diff] |
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) (GH-17647) Multiprocessing and concurrent.futures tests now stop the resource tracker process when tests complete. Add ResourceTracker._stop() method to multiprocessing.resource_tracker. Add _cleanup_tests() helper function to multiprocessing.util: share code between multiprocessing and concurrent.futures tests. (cherry picked from commit 9707e8e22d80ca97bf7a9812816701cecde6d226)