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 jpe
Recipients BreamoreBoy, asvetlov, jpe, pitrou, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-13.23:40:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428968453.69.0.563977545241.issue14484@psf.upfronthosting.co.za>
In-reply-to
Content
I think at a minimum, a return should be added in the cases that call GenerateConsoleCtrlEvent and it fails.

Here's a more radical proposal, though: deprecate kill() on Windows and add a function that calls GenerateConsoleCtrlEvent and another that calls TerminateProcess.  The rationale is that the two do act quite a bit differently than kill does on non-Windows systems do and it's a bad idea to try to provide cross-platform functionality when it can't be done.  kill() on non-Windows systems would be left alone.
History
Date User Action Args
2015-04-13 23:40:53jpesetrecipients: + jpe, pitrou, vstinner, tim.golden, r.david.murray, asvetlov, BreamoreBoy, zach.ware, steve.dower
2015-04-13 23:40:53jpesetmessageid: <1428968453.69.0.563977545241.issue14484@psf.upfronthosting.co.za>
2015-04-13 23:40:53jpelinkissue14484 messages
2015-04-13 23:40:53jpecreate