[3.7] bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) by miss-islington · Pull Request #11227 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link Copy Markdown

Contributor

@miss-islington miss-islington commented

Dec 18, 2018

edited by bedevere-bot

Loading

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

https://bugs.python.org/issue35424

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>

@miss-islington

Copy link Copy Markdown

Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@vstinner vstinner merged commit c74e7c4 into python:3.7

Dec 18, 2018

@miss-islington miss-islington deleted the backport-6cdce3d-3.7 branch

December 18, 2018 23:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

tests

Tests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington @vstinner @the-knights-who-say-ni @bedevere-bot