]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150114: Log the memory usage in regrtest on FreeBSD (#150280)
authorVictor Stinner <vstinner@python.org>
Mon, 25 May 2026 13:45:55 +0000 (15:45 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 13:45:55 +0000 (13:45 +0000)
commitdfe7ef6292ec0618f0193dfe993683f46645e723
tree30065f9ac031e8154c54ed42d2e3f321f6537cdf
parent46e8f7a9e794bfb0fdc5ee82348623eb2b91a0b5
gh-150114: Log the memory usage in regrtest on FreeBSD (#150280)

Add _testcapi.get_process_memory_usage().
On FreeBSD, _testcapi is now linked to libkvm.
Lib/test/libregrtest/utils.py
Modules/_testcapi/mem.c
configure
configure.ac