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 eryksun
Recipients asvetlov, eryksun, iritkatriel, jpe, pitrou, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-12-11.21:15:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639257313.53.0.492485821398.issue14484@roundup.psfhosted.org>
In-reply-to
Content
The details of os.kill() on Windows have been discussed extensively for years in various issues such as bpo-26350, bp-23948, and bp42962. But the problem of the missing return statement is always overwhelmed by discussion of the egregiously bad design of this function and its misuse, which depends on bugs in WinAPI GenerateConsoleCtrlEvent() when passed a PID that is not a process group ID and/or not attached to the console.
History
Date User Action Args
2021-12-11 21:15:52eryksununlinkissue14484 messages
2021-12-11 21:15:13eryksunsetrecipients: + eryksun, jpe, pitrou, vstinner, tim.golden, r.david.murray, asvetlov, zach.ware, steve.dower, iritkatriel
2021-12-11 21:15:13eryksunsetmessageid: <1639257313.53.0.492485821398.issue14484@roundup.psfhosted.org>
2021-12-11 21:15:13eryksunlinkissue14484 messages
2021-12-11 21:15:13eryksuncreate