[issue29605] platform.architecture() with Python2.7-32 misreports architecture on macOS.

Marc-Andre Lemburg report at bugs.python.org
Mon Feb 20 14:00:09 EST 2017


Marc-Andre Lemburg added the comment:

Ok, thanks for the clarification. So if I understand correctly, the main change in Python 3 is that points to the stub launcher, not the binary itself.

In any case, a new function would have to be added to the platform module to query multiple architectures available in a binary and probably another one to return the architecture that Python runs.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29605>
_______________________________________


More information about the Python-bugs-list mailing list