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 asvetlov, eryksun, iritkatriel, jpe, pitrou, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-12-13.13:48:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
IMO trying to mimic POSIX behavior on Windows in the single function os.kill() was a bad design idea. Windows should have its own specific function.
History
Date User Action Args
2021-12-13 13:48:55vstinnersetrecipients: + vstinner, jpe, pitrou, tim.golden, r.david.murray, asvetlov, zach.ware, eryksun, steve.dower, iritkatriel
2021-12-13 13:48:55vstinnersetmessageid: <[email protected]>
2021-12-13 13:48:55vstinnerlinkissue14484 messages
2021-12-13 13:48:55vstinnercreate