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 Gabriele Tornetta
Recipients Gabriele Tornetta
Date 2022-02-05.13:07:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644066462.37.0.754357637612.issue46649@roundup.psfhosted.org>
In-reply-to
Content
For tools like Austin (https://github.com/P403n1x87/austin) it is currently quite challenging to derive the name of a thread based on the information exposed by the PyThreadState structure and one stored in threading._active. I would like to propose propagating the thread name from the Thread object to the PyThreadState structure so that profiling information from tools like Austin could easily be enriched with the names of each sampled thread.
History
Date User Action Args
2022-02-05 13:07:42Gabriele Tornettasetrecipients: + Gabriele Tornetta
2022-02-05 13:07:42Gabriele Tornettasetmessageid: <1644066462.37.0.754357637612.issue46649@roundup.psfhosted.org>
2022-02-05 13:07:42Gabriele Tornettalinkissue46649 messages
2022-02-05 13:07:42Gabriele Tornettacreate