This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients jaraco, lemburg, pitrou
Date 2019-03-08.14:38:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552055936.35.0.745487478302.issue35967@roundup.psfhosted.org>
In-reply-to
Content
Best I can tell, neither sysinfo nor sysctl are exposed in any way to Python, so it may not be possible to accurately load the processor information from those system calls without writing a wrapper in C. What I might try is to experiment with ctypes to see if I can prove the concept.
History
Date User Action Args
2019-03-08 14:38:56jaracosetrecipients: + jaraco, lemburg, pitrou
2019-03-08 14:38:56jaracosetmessageid: <1552055936.35.0.745487478302.issue35967@roundup.psfhosted.org>
2019-03-08 14:38:56jaracolinkissue35967 messages
2019-03-08 14:38:56jaracocreate