Message320457
| Author | vstinner |
|---|---|
| Recipients | davin, pitrou, vstinner |
| Date | 2018-06-26.00:11:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529971902.08.0.56676864532.issue33929@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It seems like Popen of multiprocess.popen_spawn_win32 has a race condition. If the child process is killed in the parent using terminate() before the child process "steals" rhandle, rhandle remains open. I wrote the PR 7921 to fix it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-26 00:11:42 | vstinner | set | recipients: + vstinner, pitrou, davin |
| 2018-06-26 00:11:42 | vstinner | set | messageid: <1529971902.08.0.56676864532.issue33929@psf.upfronthosting.co.za> |
| 2018-06-26 00:11:42 | vstinner | link | issue33929 messages |
| 2018-06-26 00:11:41 | vstinner | create | |