Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-31249: Fix test_concurrent_futures dangling thread #3521

Merged
merged 1 commit into from Sep 13, 2017
Merged

bpo-31249: Fix test_concurrent_futures dangling thread #3521

merged 1 commit into from Sep 13, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 12, 2017

ProcessPoolShutdownTest.test_del_shutdown() now closes the call queue
and joins its thread, to prevent leaking a dangling thread.

https://bugs.python.org/issue31249

ProcessPoolShutdownTest.test_del_shutdown() now closes the call queue
and joins its thread, to prevent leaking a dangling thread.
@miss-islington
Copy link
Contributor

Thanks, @Haypo!

@miss-islington
Copy link
Contributor

Thanks @Haypo for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 13, 2017
…H-3521)

ProcessPoolShutdownTest.test_del_shutdown() now closes the call queue
and joins its thread, to prevent leaking a dangling thread.
(cherry picked from commit 3bcf157)
@bedevere-bot
Copy link

GH-3522 is a backport of this pull request to the 3.6 branch.

vstinner pushed a commit that referenced this pull request Sep 13, 2017
#3522)

ProcessPoolShutdownTest.test_del_shutdown() now closes the call queue
and joins its thread, to prevent leaking a dangling thread.
(cherry picked from commit 3bcf157)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants