Message302143
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson |
| Date | 2017-09-14.06:36:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1505370960.72.0.0292264137903.issue31463@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This hangs reliably for me on master: $ ./python -m test.regrtest test_multiprocessing_fork test_subprocess It looks like test_multiprocessing_fork doesn't clean up some of its subprocesses and then test_subprocess hangs on waitpid(0) forever. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-14 06:36:00 | benjamin.peterson | set | recipients: + benjamin.peterson |
| 2017-09-14 06:36:00 | benjamin.peterson | set | messageid: <1505370960.72.0.0292264137903.issue31463@psf.upfronthosting.co.za> |
| 2017-09-14 06:36:00 | benjamin.peterson | link | issue31463 messages |
| 2017-09-14 06:36:00 | benjamin.peterson | create | |