Message359505
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. |
|
| 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 | |
|