◐ Shell
clean mode source ↗

[3.8] bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563) by miss-islington · Pull Request #14570 · python/cpython

test_concurrent_futures now cleans up multiprocessing to remove
immediately temporary directories created by
multiprocessing.util.get_temp_dir().

The test now uses setUpModule() and tearDownModule().
(cherry picked from commit 684cb47)

Co-authored-by: Victor Stinner vstinner@redhat.com

https://bugs.python.org/issue37421