SIGN IN SIGN UP

bpo-34246: Make sure test_smtplib always cleans resources when finished (GH-9108)

* Make sure that when some of the tests in test_smtplib fail, the allocated threads
and sockets are not leaked. 

* Use support.join_thread() instead of thread.join() to avoid infinite blocks.
P
Pablo Galindo committed
5b7a2cb5caeb7df68e637f45a98632cbc84a51bf
Parent: d5fbe9b
Committed by GitHub <noreply@github.com> on 9/7/2018, 11:15:22 PM