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 gregory.p.smith
Recipients bquinlan, desbma, gregory.p.smith, methane
Date 2017-06-21.16:57:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498064280.09.0.966136524712.issue29212@psf.upfronthosting.co.za>
In-reply-to
Content
agreed the repr(self) name being surfaced is a regression even if technically "correct".

your patch makes sense, but i think a nicer variant of it will be to name the thread ("Executor_" + str(num_threads)) when no thread_name_prefix is supplied.
History
Date User Action Args
2017-06-21 16:58:00gregory.p.smithsetrecipients: + gregory.p.smith, bquinlan, methane, desbma
2017-06-21 16:58:00gregory.p.smithsetmessageid: <1498064280.09.0.966136524712.issue29212@psf.upfronthosting.co.za>
2017-06-21 16:58:00gregory.p.smithlinkissue29212 messages
2017-06-21 16:57:59gregory.p.smithcreate