python-proc
python-proc copied to clipboard
Some properties should not be lazy
trafficstars
Fields like rss, vsize, and state should definitely not be cached. Other fields like environ and cwd probably shouldn't either.
It might be worth elaborating on why that's the case :)