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 vstinner
Recipients ammar2, serhiy.storchaka, vstinner
Date 2020-09-23.16:25:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600878334.23.0.375940603613.issue41833@roundup.psfhosted.org>
In-reply-to
Content
I rewrote my PR to generate names like "Thread-3 (func)", rather than just "func". So if two target functions have the same name, or if two threads use the same target, it remains possible to distinguish the two threads.
History
Date User Action Args
2020-09-23 16:25:34vstinnersetrecipients: + vstinner, serhiy.storchaka, ammar2
2020-09-23 16:25:34vstinnersetmessageid: <1600878334.23.0.375940603613.issue41833@roundup.psfhosted.org>
2020-09-23 16:25:34vstinnerlinkissue41833 messages
2020-09-23 16:25:34vstinnercreate