This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:24vstinnersetrecipients: + vstinner, giampaolo.rodola
2019-02-21 17:26:24vstinnersetmessageid: <1550769984.66.0.928588658591.issue36067@roundup.psfhosted.org>
2019-02-21 17:26:24vstinnerlinkissue36067 messages
2019-02-21 17:26:24vstinnercreate