]> granicus.if.org Git - python/commit
bpo-31234: Join threads in test_queue (#3586)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 14 Sep 2017 21:04:56 +0000 (14:04 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2017 21:04:56 +0000 (14:04 -0700)
commit167cbde50a88ec2a7d26b2cb9891d5e32bdfbfb5
tree4e70dcd51b61b22c276a34726db0a17b1ce154bc
parentff40ecda73178dfcad24e26240d684356ef20793
bpo-31234: Join threads in test_queue (#3586)

Call thread.join() to prevent the "dangling thread" warning.
Lib/test/test_queue.py