summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/0345.bpo-29212.HmTdef.rst
blob: 9395b6bc7bb1ddc459a2e8be4d9a44de46809cb6 (plain)
1
2
3
Fix concurrent.futures.thread.ThreadPoolExecutor threads to have a non
repr() based thread name by default when no thread_name_prefix is supplied.
They will now identify themselves as "ThreadPoolExecutor-y_n".