]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128938)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Jan 2025 12:48:24 +0000 (13:48 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2025 12:48:24 +0000 (12:48 +0000)
commitdfd75dfeed60144978ed0e33978242b95276f056
tree9d8f686a76a262a9d420686d56f4a2b02093e058
parent1c85f1bc4424b1ed43f1594442e41022099f05e3
[3.12] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128938)

gh-58689: Fix os.kill() error handling on Windows (GH-128932)
(cherry picked from commit 939df0f9f6a76e0916b3ba53841e1413ab90952e)

Co-authored-by: Victor Stinner <vstinner@python.org>
Modules/posixmodule.c