This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Raz Manor
Recipients Raz Manor
Date 2018-10-16.10:40:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539686443.16.0.788709270274.issue34996@psf.upfronthosting.co.za>
In-reply-to
Content
Add a human friendly names to the threads opened by multiprocessing.pool.Pool and multiprocessing.pool.ThreadPool objects.

Sample usage:
ThreadPool(name="ClientsPool", processes=8)
History
Date User Action Args
2018-10-16 10:40:43Raz Manorsetrecipients: + Raz Manor
2018-10-16 10:40:43Raz Manorsetmessageid: <1539686443.16.0.788709270274.issue34996@psf.upfronthosting.co.za>
2018-10-16 10:40:43Raz Manorlinkissue34996 messages
2018-10-16 10:40:43Raz Manorcreate