Skip to content

[3.7] bpo-35424: Fix test_multiprocessing_main_handling (GH-11223)#11227

Merged
vstinner merged 1 commit into
python:3.7from
miss-islington:backport-6cdce3d-3.7
Dec 18, 2018
Merged

[3.7] bpo-35424: Fix test_multiprocessing_main_handling (GH-11223)#11227
vstinner merged 1 commit into
python:3.7from
miss-islington:backport-6cdce3d-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Dec 18, 2018

Copy link
Copy Markdown
Contributor

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

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants