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.

Created on 2020-06-24 12:16 by ronaldoussoren, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 21114 closed ronaldoussoren, 2020-06-24 12:26
Messages (2)
msg372246 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2020-06-24 12:16
Apple introduced a new CPU architecture for macOS at WWDC, which is arm64. Mac/Tools/pythonw.c launches the real python interpreter in a framework build is and is careful to launch that using the same architecture as it is running (to make it possible to use "arch -x86_64 pythonw" to launch the x86_64 variant when available. The current code does not support ARM64.
msg379471 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2020-10-23 19:50
This change is part of the active PR in #41100. Therefore closing this issue.
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85273
2020-10-23 19:50:48ronaldoussorensetstatus: open -> closed
superseder: Support macOS 11 and Apple Silicon Macs
messages: + msg379471

type: enhancement
resolution: out of date
stage: patch review -> resolved
2020-06-24 12:26:30ronaldoussorensetkeywords: + patch
stage: patch review
pull_requests: + pull_request20277
2020-06-24 12:16:28ronaldoussorencreate