blob: 9395b6bc7bb1ddc459a2e8be4d9a44de46809cb6 [file] [log] [blame]
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".