Skip to content

bpo-35424: Fix test_multiprocessing_main_handling#11223

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:mp_join2
Dec 18, 2018
Merged

bpo-35424: Fix test_multiprocessing_main_handling#11223
vstinner merged 1 commit into
python:masterfrom
vstinner:mp_join2

Conversation

@vstinner

@vstinner vstinner commented Dec 18, 2018

Copy link
Copy Markdown
Member

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
Copy Markdown
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
Copy Markdown

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.

4 participants