]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150114: Log the memory usage in regrtest on Windows (#150267)
authorVictor Stinner <vstinner@python.org>
Fri, 22 May 2026 22:04:51 +0000 (00:04 +0200)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 22:04:51 +0000 (00:04 +0200)
commita7d5a6cc179e2eabd780eec1cc4efd122b9daef9
tree89d62b4dfd3dc792cdb40dd73aac3054b9050a88
parent9df2b6ccc719b0bc0167da65b72b57f9da39398b
gh-150114: Log the memory usage in regrtest on Windows (#150267)

Add _winapi.GetProcessMemoryInfo() function.

Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
Lib/test/libregrtest/utils.py
Modules/_winapi.c
Modules/clinic/_winapi.c.h