Message 410519 - Python tracker
Message410519
| 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:44 | vstinner | set | recipients: + vstinner |
| 2022-01-13 20:26:44 | vstinner | set | messageid: <1642105604.41.0.0582703431564.issue46368@roundup.psfhosted.org> |
| 2022-01-13 20:26:44 | vstinner | link | issue46368 messages |
| 2022-01-13 20:26:44 | vstinner | create | |