New submission from Tangellapalli Sai Hanuma Rahul <saihanumarahu...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue45689> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com