Message300551
| Author | vstinner |
|---|---|
| Recipients | martin.panter, vstinner |
| Date | 2017-08-18.23:25:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1503098734.48.0.278132488214.issue30391@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I recently found two issues in socketserver: * bpo-31233: socketserver.ThreadingMixIn leaks running threads after server_close() * bpo-31151: socketserver.ForkingMixIn.server_close() leaks zombie processes Fixing these two issues is likely to help to fix this one. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-08-18 23:25:34 | vstinner | set | recipients: + vstinner, martin.panter |
| 2017-08-18 23:25:34 | vstinner | set | messageid: <1503098734.48.0.278132488214.issue30391@psf.upfronthosting.co.za> |
| 2017-08-18 23:25:34 | vstinner | link | issue30391 messages |
| 2017-08-18 23:25:34 | vstinner | create | |