[issue35967] Better platform.processor support

Jason R. Coombs report at bugs.python.org
Fri Mar 8 12:00:18 EST 2019


Jason R. Coombs <jaraco at jaraco.com> added the comment:

> Perhaps adding a more capable API to interface to /proc/cpuinfo
would be a good idea.

The core concern I want to address is that it's not possible to use any function in the platform module without invoking "uname -p", and thus it's not possible to implement "uname" in Python. No amount of supplementary interfaces will help with that.

----------

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


More information about the Python-bugs-list mailing list