]> granicus.if.org Git - python/commit
bpo-31249: Fix test_concurrent_futures dangling thread (#3521)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Sep 2017 00:05:53 +0000 (17:05 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2017 00:05:53 +0000 (17:05 -0700)
commit3bcf157c115ba3e48bce62ac8cb13c703475a113
tree380bf9110b781f9e7fe522b08b8c2b4c53b7d8d5
parenta15d155aadfad232158f530278505cdc6f326f93
bpo-31249: Fix test_concurrent_futures dangling thread (#3521)

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