]> granicus.if.org Git - python/commit
bpo-31234: Join threads in tests (#3572)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 14 Sep 2017 15:43:04 +0000 (08:43 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2017 15:43:04 +0000 (08:43 -0700)
commit18e95b4176256f100429a806d0455406df98f984
tree93ee1ec40fe57593028605193ec1ccc45d7de841
parent1bbd482bcf6ea36bfe488f868810ffe110238ae1
bpo-31234: Join threads in tests (#3572)

Call thread.join() on threads to prevent the "dangling threads"
warning.
Lib/test/test_concurrent_futures.py
Lib/test/test_decimal.py
Lib/test/test_smtplib.py
Lib/test/test_xmlrpc.py