Message326206
| Author | jarryshaw |
|---|---|
| Recipients | jarryshaw |
| Date | 2018-09-24.07:25:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1537773919.52.0.956365154283.issue34785@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As in pty.spawn, once started, the parent process will be hanged, even if the child process is already dead (or a zombie), and must wait for a KeyboardInterrupt or else to terminate the whole process. Thus, I propose to revise `_copy` function, where the parent process hung, to check if the child process is dead periodically and if so, terminate the whole process then return as shown in the patch file. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-09-24 07:25:19 | jarryshaw | set | recipients: + jarryshaw |
| 2018-09-24 07:25:19 | jarryshaw | set | messageid: <1537773919.52.0.956365154283.issue34785@psf.upfronthosting.co.za> |
| 2018-09-24 07:25:19 | jarryshaw | link | issue34785 messages |
| 2018-09-24 07:25:19 | jarryshaw | create | |