Message336241
| Author | vstinner |
|---|---|
| Recipients | giampaolo.rodola, vstinner |
| Date | 2019-02-21.17:26:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550769984.66.0.928588658591.issue36067@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> _winapi.TerminateProcess(self._handle, 1) > OSError: [WinError 6] The handle is invalid Silently ignoring that would be dangerous. There is a risk that the handle is reused by another process and so that you terminate an unrelated process, no? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-21 17:26:24 | vstinner | set | recipients: + vstinner, giampaolo.rodola |
| 2019-02-21 17:26:24 | vstinner | set | messageid: <1550769984.66.0.928588658591.issue36067@roundup.psfhosted.org> |
| 2019-02-21 17:26:24 | vstinner | link | issue36067 messages |
| 2019-02-21 17:26:24 | vstinner | create | |