[issue34996] Add name to process and thread pool

Raz Manor report at bugs.python.org
Sun Oct 21 03:48:16 EDT 2018


Raz Manor <raz at allegro.ai> added the comment:

The default name of the threads does not allow differentiation between pool threads and other threads. This problem is more notable when you have several thread pools. Also, since there are some management threads to the pool, and one might want to know which is which. It was very helpful for me while debugging some memory issues in my project, this is where the idea came from.

The names themselves were my idea, but I welcome any change to them.

----------

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


More information about the Python-bugs-list mailing list