Message299996
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2017-08-09.12:50:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1502283003.36.0.514915057261.issue31160@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached PR enhances the support.reap_children() function: * reap_children() now sets environment_altered to True to detect bugs using python3 -m test --fail-env-changed * Replace bare "except:" with "except OSError:" in reap_children() * Write an unit test for reap_children() using a timeout of 60 seconds |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-08-09 12:50:03 | vstinner | set | recipients: + vstinner |
| 2017-08-09 12:50:03 | vstinner | set | messageid: <1502283003.36.0.514915057261.issue31160@psf.upfronthosting.co.za> |
| 2017-08-09 12:50:03 | vstinner | link | issue31160 messages |
| 2017-08-09 12:50:03 | vstinner | create | |