[issue27664] Allow specifying prefix for thread name in concurrent.futures.ThreadPoolExecutor

Augie Fackler report at bugs.python.org
Mon Aug 1 14:03:16 EDT 2016


New submission from Augie Fackler:

This is mostly useful for when you've got a large number of threads and want to try and identify what threadpool is going nuts.

----------
components: Library (Lib)
files: cpython.patch
keywords: patch
messages: 271790
nosy: durin42
priority: normal
severity: normal
status: open
title: Allow specifying prefix for thread name in concurrent.futures.ThreadPoolExecutor
type: enhancement
Added file: http://bugs.python.org/file43967/cpython.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27664>
_______________________________________


More information about the Python-bugs-list mailing list