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 ammar2
Recipients ammar2, serhiy.storchaka, vstinner
Date 2020-09-22.14:54:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Having the target in the thread name definitely seems like a good idea and would help ease debugging, not just for our tests but when printing thread objects in general. 

I would agree with the suggestion of placing the counter in there for when multiple threads get spawned with the same target or maybe even using names like:

  Thread-1 (doit)
  Thread-2
  Thread-3 (print)

might be better just for people who are familiar with them.
History
Date User Action Args
2020-09-22 14:54:44ammar2setrecipients: + ammar2, vstinner, serhiy.storchaka
2020-09-22 14:54:44ammar2setmessageid: <[email protected]>
2020-09-22 14:54:44ammar2linkissue41833 messages
2020-09-22 14:54:44ammar2create