[issue41286] Built-in platform module does not offer to check for processor instructions

Ammar Askar report at bugs.python.org
Wed Jul 15 21:24:31 EDT 2020


Ammar Askar <ammar at ammaraskar.com> added the comment:

Your best bet then is probably using a library built for this purpose like https://github.com/workhorsy/py-cpuinfo

Like Christian said, exposing this information in the standard library would be a fairly large maintenance burden for a feature that can't really be actioned upon from pure Python code.

----------
nosy: +ammar2

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41286>
_______________________________________


More information about the Python-bugs-list mailing list