Message359505
| Author | vstinner |
|---|---|
| Recipients | neologix, vstinner |
| Date | 2020-01-07.12:27:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1578400040.26.0.56142145792.issue18969@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I modified regrtest to use process groups in bpo-38502. It doesn't solve exactly this issue, but it does fix the overall problem of leaking running processes when a test fails for various reasons. For example, when using regrtest in multiprocessing (-jN) mode), if a test times out, child processes of this test will now be killed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-01-07 12:27:20 | vstinner | set | recipients: + vstinner, neologix |
| 2020-01-07 12:27:20 | vstinner | set | messageid: <1578400040.26.0.56142145792.issue18969@roundup.psfhosted.org> |
| 2020-01-07 12:27:20 | vstinner | link | issue18969 messages |
| 2020-01-07 12:27:20 | vstinner | create | |