mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
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. (cherry picked from commit 751db4e64993b5af98aa1c12cc9d7c7c5882961b) Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
Miscellaneous source files for the main Python shared library