workhorsy / py-cpuinfo

A module for getting CPU info with pure Python
MIT License
312 stars 59 forks source link

Remove multiple checks for sestatus #157

Closed workhorsy closed 4 years ago

workhorsy commented 4 years ago

Right now it checks 26 times. Instead check once and save the result.

workhorsy commented 4 years ago

Fixed in #157