Message331799
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). |
|
| 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 | |
|