[3.7] bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) by miss-islington · Pull Request #11227 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
vstinner merged 1 commit intopython:3.7from
Dec 18, 2018Merged
[3.7] bpo-35424: Fix test_multiprocessing_main_handling (GH-11223)#11227
vstinner merged 1 commit intopython:3.7from
[3.7] bpo-35424: Fix test_multiprocessing_main_handling (GH-11223)#11227
vstinner merged 1 commit intopython:3.7from
Conversation
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
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
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Dec 18, 2018
miss-islington commented
Dec 18, 2018@vstinner: Status check is done, and it's a success ✅ .
vstinner
merged commit
c74e7c4
into
python:3.7
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-6cdce3d-3.7
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment