]> granicus.if.org Git - python/commit
test_multiprocessing: Fix dangling process/thread (#2850)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jul 2017 22:33:56 +0000 (00:33 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2017 22:33:56 +0000 (00:33 +0200)
commitd7e64d9934d86aa6173229de5af5fe908662a33a
treed382778b648745f59a3d75d9128755882328af37
parentd439d3e291d30057a676825f4de6ee5bdc24f874
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)
Lib/test/_test_multiprocessing.py