SIGN IN SIGN UP

test_multiprocessing: Fix dangling process/thread (#2850)

bpo-26762: Fix more dangling processes and threads in
test_multiprocessing:

* Queue: call close() followed by join_thread()
* Process: call join() or self.addCleanup(p.join)
V
Victor Stinner committed
d7e64d9934d86aa6173229de5af5fe908662a33a
Parent: d439d3e
Committed by GitHub <noreply@github.com> on 7/24/2017, 10:33:56 PM