[New-bugs-announce] [issue45689] Custom Name for ThreadPoolExecutor

Tangellapalli Sai Hanuma Rahul report at bugs.python.org
Tue Nov 2 05:15:22 EDT 2021


New submission from Tangellapalli Sai Hanuma Rahul <saihanumarahul66 at gmail.com>:

Feature Request:

Where we can use custom Names for separate threads submitted in ThreadPoolExecutor. 

It achieves by sending the name string to _work_queue of ThreadPoolExecutor and then in _worker function modifies the name of the current thread (through name property).

----------
components: Library (Lib)
files: test.py
hgrepos: 409
messages: 405496
nosy: RahulARanger
priority: normal
severity: normal
status: open
title: Custom Name for ThreadPoolExecutor
type: enhancement
versions: Python 3.10, Python 3.11, Python 3.6, Python 3.7, Python 3.8, Python 3.9
Added file: https://bugs.python.org/file50419/test.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45689>
_______________________________________


More information about the New-bugs-announce mailing list