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-35424: Fix test_multiprocessing_main_handling #11223

Merged
merged 1 commit into from Dec 18, 2018
Merged

bpo-35424: Fix test_multiprocessing_main_handling #11223

merged 1 commit into from Dec 18, 2018

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Dec 18, 2018

Fix test_multiprocessing_main_handling: use multiprocessing.Pool with
a context manager and then explicitly join the pool.

https://bugs.python.org/issue35424

Fix test_multiprocessing_main_handling: use multiprocessing.Pool with
a context manager and then explicitly join the pool.
@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting merge labels Dec 18, 2018
@vstinner vstinner merged commit 6cdce3d into python:master Dec 18, 2018
@miss-islington
Copy link
Contributor

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

@vstinner vstinner deleted the mp_join2 branch December 18, 2018 22:54
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 18, 2018
Fix test_multiprocessing_main_handling: use multiprocessing.Pool with
a context manager and then explicitly join the pool.
(cherry picked from commit 6cdce3d)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
@bedevere-bot
Copy link

GH-11227 is a backport of this pull request to the 3.7 branch.

vstinner added a commit that referenced this pull request Dec 18, 2018
Fix test_multiprocessing_main_handling: use multiprocessing.Pool with
a context manager and then explicitly join the pool.
(cherry picked from commit 6cdce3d)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants