]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-58689: Fix os.kill() error handling on Windows (#128932)
authorVictor Stinner <vstinner@python.org>
Fri, 17 Jan 2025 12:30:40 +0000 (13:30 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2025 12:30:40 +0000 (13:30 +0100)
commit939df0f9f6a76e0916b3ba53841e1413ab90952e
tree2bde1878b2faa212244c8f955b35ccdfa838e8e5
parent7807b407306d3c311bcc601cc279623180f8da05
gh-58689: Fix os.kill() error handling on Windows (#128932)
Modules/posixmodule.c