]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132917: Use /proc/self/status for mem usage info. (#133544)
authorNeil Schemenauer <nas-github@arctrix.com>
Thu, 8 May 2025 04:32:23 +0000 (21:32 -0700)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 04:32:23 +0000 (04:32 +0000)
commit751db4e64993b5af98aa1c12cc9d7c7c5882961b
tree84d8375ee098fe82b4b0b7859992bf8d97a7c977
parent0a3ccb8dff2bd140f800d9e0b00549d8f1ead929
gh-132917: Use /proc/self/status for mem usage info. (#133544)

On Linux, use /proc/self/status for mem usage info.  Using smaps_rollup is quite a lot slower and
we can get the similar info from /proc/self/status.
Python/gc_free_threading.c