Message 378776 - Python tracker
Message378776
| Author | mistydemeo |
|---|---|
| Recipients | mistydemeo |
| Date | 2020-10-16.22:47:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1602888437.02.0.217887780449.issue42056@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Configure's `arch` check on Macs running with Apple Silicon CPUs will fail because the list of acceptable architectures is hardcoded to Intel and PowerPC: https://github.com/python/cpython/blob/master/configure.ac#L2486-L2496 This needs a clause that adds "arm64" as an acceptable arch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-10-16 22:47:17 | mistydemeo | set | recipients: + mistydemeo |
| 2020-10-16 22:47:17 | mistydemeo | set | messageid: <1602888437.02.0.217887780449.issue42056@roundup.psfhosted.org> |
| 2020-10-16 22:47:17 | mistydemeo | link | issue42056 messages |
| 2020-10-16 22:47:16 | mistydemeo | create | |