]> granicus.if.org Git - python/commit
[3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Sep 2017 00:43:44 +0000 (17:43 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Sep 2017 00:43:44 +0000 (17:43 -0700)
commit94eb2d5b73d07bc447f1fe19923b4c3259734b9c
treef671d8521772ab20d6a94c717d6577a40bd78b7f
parentbcf042ff98b6261b7780c1e40fa1681ef30502f9
[3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522)

ProcessPoolShutdownTest.test_del_shutdown() now closes the call queue
and joins its thread, to prevent leaking a dangling thread.
(cherry picked from commit 3bcf157c115ba3e48bce62ac8cb13c703475a113)
Lib/test/test_concurrent_futures.py