[3.8] bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) by miss-islington · Pull Request #17653 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Conversation
Contributor
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)
Co-authored-by: Victor Stinner vstinner@python.org
…ythonGH-17652) 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) Co-authored-by: Victor Stinner <vstinner@python.org>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
vstinner
approved these changes
vstinner
left a comment
vstinner
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
commented
Dec 18, 2019
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a failure ❌ .
vstinner
closed this
miss-islington
deleted the
backport-673c393-3.8
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment