mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
8e86f9c3cc
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 751db4e649)
Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
Miscellaneous source files for the main Python shared library