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.17:36:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552066574.85.0.072733331116.issue35967@roundup.psfhosted.org>
In-reply-to
Content
In [this commit](https://github.com/jaraco/cpython/commit/acd024e2d4aa56f13d7bc165d10a35510e83a12b), I demonstrate the alternative approach I was considering that avoids calling "uname -p" until it's required, but otherwise retains compatibility by using the same logic for resolving the processor on the various platforms.
History
Date User Action Args
2019-03-08 17:36:14jaracosetrecipients: + jaraco, lemburg, pitrou
2019-03-08 17:36:14jaracosetmessageid: <1552066574.85.0.072733331116.issue35967@roundup.psfhosted.org>
2019-03-08 17:36:14jaracolinkissue35967 messages
2019-03-08 17:36:14jaracocreate