commit | 9707e8e22d80ca97bf7a9812816701cecde6d226 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Dec 17 18:37:26 2019 +0100 |
committer | GitHub <noreply@github.com> | Tue Dec 17 18:37:26 2019 +0100 |
tree | 088de81a48039faca3709360325055105b9d9c56 | |
parent | 630c8df5cf126594f8c1c4579c1888ca80a29d59 [diff] |
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) 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.