SIGN IN SIGN UP

bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)

bpo-29212: Fix the ugly ThreadPoolExecutor thread name.

Fixes the newly introduced ugly default thread name for concurrent.futures
thread.ThreadPoolExecutor threads.  They'll now resemble the old <=3.5
threading default Thread-x names by being named ThreadPoolExecutor-y_n.
G
Gregory P. Smith committed
a3d91b43c2851312fb942f31afa12f5961706db6
Parent: a0e911b
Committed by GitHub <noreply@github.com> on 6/22/2017, 6:41:13 AM