[3.6] bpo-31234: Join threads in tests by vstinner · Pull Request #3589 · python/cpython
Call thread.join() on threads to prevent the "dangling threads" warning. (cherry picked from commit 18e95b4)
Call thread.join() to prevent the "dangling thread" warning. (cherry picked from commit b8c7be2)
Call thread.join() to prevent the "dangling thread" warning. (cherry picked from commit 167cbde)
Call the .join() method of threading.Timer timers to prevent the "threading_cleanup() failed to cleanup 1 threads" warning. (cherry picked from commit da3e5cf)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters