bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (… · python/cpython@b8bbdf0 · GitHub
Skip to content

Commit b8bbdf0

Browse files
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) (GH-17655)
Fix test_ressources_gced_in_workers() of test_concurrent_futures: explicitly stop the manager to prevent leaking a child process running in the background after the test completes. (cherry picked from commit 673c393) (cherry picked from commit b0eb046) Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 3dbfe0a commit b8bbdf0

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

Lib/test/test_concurrent_futures.py

Lines changed: 11 additions & 3 deletions
Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)