mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
751db4e649
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.
Miscellaneous source files for the main Python shared library