Message331799
| Author | vstinner |
|---|---|
| Recipients | davin, pablogsal, pitrou, vstinner |
| Date | 2018-12-14.11:33:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1544787191.86.0.788709270274.issue35493@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
asyncio uses SIGCHLD signal to be notified when a child process completes. SafeChildWatcher calls os.waitpid(pid, os.WNOHANG) on each child process, whereas FastChildWatcher() uses os.waitpid(-1, os.WNOHANG). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-14 11:33:11 | vstinner | set | recipients: + vstinner, pitrou, davin, pablogsal |
| 2018-12-14 11:33:11 | vstinner | set | messageid: <1544787191.86.0.788709270274.issue35493@psf.upfronthosting.co.za> |
| 2018-12-14 11:33:11 | vstinner | link | issue35493 messages |
| 2018-12-14 11:33:11 | vstinner | create | |