mirror of
https://github.com/python/cpython.git
synced 2026-06-26 21:04:42 -04:00
9707e8e22d
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.