]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150114: Use get_process_memory_usage() in memory watchdog (#150402)
authorVictor Stinner <vstinner@python.org>
Mon, 25 May 2026 21:15:12 +0000 (23:15 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 21:15:12 +0000 (21:15 +0000)
commitcb60f48ed88b27ccdde9ac067117cc4860aa9852
tree30853934046a097638e9be351bf284de48d8a3c9
parent5cb54c9c09ce64b26d1d922f36093969b4ca4c81
gh-150114: Use get_process_memory_usage() in memory watchdog (#150402)

In practice, this change adds Windows, FreeBSD and macOS support
to the memory watchdog.
Lib/test/memory_watchdog.py
Lib/test/support/__init__.py