]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128937)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Jan 2025 12:55:07 +0000 (13:55 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2025 12:55:07 +0000 (12:55 +0000)
commitd997ba45ed9155279bd91752ffb4be8b8ce69dd6
tree7dc72a1a0d2ad5d8c0da0316c62da6be56651866
parentc927fd9d2514adb0b0499c222062c77da79be146
[3.13] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128937)

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