]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150114: Log the memory usage in regrtest (#150255)
authorVictor Stinner <vstinner@python.org>
Fri, 22 May 2026 17:05:45 +0000 (19:05 +0200)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 17:05:45 +0000 (19:05 +0200)
commit1d28f9aaded28d6bc1c6a38634e1f94f4982fd0e
treebe3b8a9620473fd7838b7a922c44a82bc6f4baad
parentc7cab734eee43bb0ae3984407ee4db25b6af3f40
gh-150114: Log the memory usage in regrtest (#150255)

On Linux, log the total memory usage of all Python test processes.
Read the private memory in /proc/pid/smaps.
Lib/test/libregrtest/logger.py
Lib/test/libregrtest/run_workers.py
Lib/test/libregrtest/utils.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2026-05-22-16-41-45.gh-issue-150114.UdMikH.rst [new file with mode: 0644]