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 shah.malay04
Recipients ned.deily, ronaldoussoren, shah.malay04
Date 2020-12-21.14:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608561223.52.0.215688337013.issue42704@roundup.psfhosted.org>
In-reply-to
Content
there is a discrepancy in platform.machine() behaviour on mac ARM:

In python2.7.16 ,  platform.machine() returns : "arm64"
In python3.7.9 , platform.machine() returns : "x86_64"
History
Date User Action Args
2020-12-21 14:33:43shah.malay04setrecipients: + shah.malay04, ronaldoussoren, ned.deily
2020-12-21 14:33:43shah.malay04setmessageid: <1608561223.52.0.215688337013.issue42704@roundup.psfhosted.org>
2020-12-21 14:33:43shah.malay04linkissue42704 messages
2020-12-21 14:33:43shah.malay04create