-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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-37153: test_venv.test_mutiprocessing() calls pool.terminate() #13816
Conversation
test_venv.test_mutiprocessing() now explicitly calls pool.terminate() to wait until the pool completes.
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
I'm having trouble backporting to |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry @vstinner, I had trouble checking out the |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
…thonGH-13816) test_venv.test_mutiprocessing() now explicitly calls pool.terminate() to wait until the pool completes. (cherry picked from commit bc6469f) Co-authored-by: Victor Stinner <vstinner@redhat.com>
GH-13819 is a backport of this pull request to the 3.7 branch. |
…thonGH-13816) test_venv.test_mutiprocessing() now explicitly calls pool.terminate() to wait until the pool completes.
test_venv.test_mutiprocessing() now explicitly calls pool.terminate()
to wait until the pool completes.
https://bugs.python.org/issue37153