bpo-31234: Join threads in test_hashlib (#3573)
* bpo-31234: Join threads in test_hashlib Use thread.join() to wait until the parallel hash tasks complete rather than using events. Calling thread.join() prevent "dangling thread" warnings. * test_hashlib: minor PEP 8 coding style fixes
V
Victor Stinner committed
8dcf22f442320e4c1a5408e67b4c9002ad105f17
Parent: 18e95b4
Committed by GitHub <noreply@github.com>
on 9/14/2017, 3:43:22 PM