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 desbma
Recipients bquinlan, desbma, gregory.p.smith, methane
Date 2017-01-23.12:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485174005.58.0.0506988017987.issue29212@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think using repr(self) as a fallback was intentional, that is why I wrote regression, but I may be wrong.

I agree that the previous default 'Thread-x' gives little information, but only the user can give a relevant name to describe what a thread is doing.
Using a new default like "ThreadPoolExecutor-worker_x" would give more information but at the same time it leaks internal information about how the thread was created in the code (which is not relevant when using the logging module), not about what it's doing.

Anyway as long as that repr string is replaced, I am happy :)
History
Date User Action Args
2017-01-23 12:20:05desbmasetrecipients: + desbma, gregory.p.smith, bquinlan, methane
2017-01-23 12:20:05desbmasetmessageid: <1485174005.58.0.0506988017987.issue29212@psf.upfronthosting.co.za>
2017-01-23 12:20:05desbmalinkissue29212 messages
2017-01-23 12:20:05desbmacreate