]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150114: Fix get_process_memory_usage() on Windows (#150399)
authorVictor Stinner <vstinner@python.org>
Mon, 25 May 2026 14:04:37 +0000 (16:04 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 14:04:37 +0000 (14:04 +0000)
commita189e3dd03630eed690dd32feaf39422b8209ca4
treeb2dd1f3b9b45925115ebdcce766d84623e6e82df
parentdfe7ef6292ec0618f0193dfe993683f46645e723
gh-150114: Fix get_process_memory_usage() on Windows (#150399)

Catch OSError if the process exited.
Lib/test/libregrtest/utils.py