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 Gabriele Tornetta, vstinner
Date 2022-02-05.13:23:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644067408.57.0.28967127037.issue46649@roundup.psfhosted.org>
In-reply-to
Content
bpo-15500 looks like a more generic option, debuggers should be able to retrieve thread names.

faulthandler dumps "tstate->thread_id", maybe it should also dump "tstate->native_thread_id" and/or the thread name.
History
Date User Action Args
2022-02-05 13:23:28vstinnersetrecipients: + vstinner, Gabriele Tornetta
2022-02-05 13:23:28vstinnersetmessageid: <1644067408.57.0.28967127037.issue46649@roundup.psfhosted.org>
2022-02-05 13:23:28vstinnerlinkissue46649 messages
2022-02-05 13:23:28vstinnercreate