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 vstinner
Date 2022-01-13.20:26:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642105604.41.0.0582703431564.issue46368@roundup.psfhosted.org>
In-reply-to
Content
While debugging the sub-interpreter crash bpo-46070, I noticed that faulthandler only logs the Python thread state of a single interpreter. When a bug involves multiple interpreters, it is useful to log all interpreters.
History
Date User Action Args
2022-01-13 20:26:44vstinnersetrecipients: + vstinner
2022-01-13 20:26:44vstinnersetmessageid: <1642105604.41.0.0582703431564.issue46368@roundup.psfhosted.org>
2022-01-13 20:26:44vstinnerlinkissue46368 messages
2022-01-13 20:26:44vstinnercreate