Message331803
| Author | pitrou |
|---|---|
| Recipients | davin, pablogsal, pitrou, vstinner |
| Date | 2018-12-14.11:39:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1544787543.41.0.788709270274.issue35493@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
How do you use SIGCHLD on Windows? There is actually a portable (and robust) solution: use Process.sentinel https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.sentinel There is another issue: Pool is currently subclassed by ThreadPool. You'll probably have to make the two implementations diverge a bit. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-14 11:39:03 | pitrou | set | recipients: + pitrou, vstinner, davin, pablogsal |
| 2018-12-14 11:39:03 | pitrou | set | messageid: <1544787543.41.0.788709270274.issue35493@psf.upfronthosting.co.za> |
| 2018-12-14 11:39:03 | pitrou | link | issue35493 messages |
| 2018-12-14 11:39:03 | pitrou | create | |