Issue 41101: Support "arm64" in Mac/Tools/pythonw
Issue41101
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) * ![]() |
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) * ![]() |
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:32 | admin | set | github: 85273 |
| 2020-10-23 19:50:48 | ronaldoussoren | set | status: open -> closed superseder: Support macOS 11 and Apple Silicon Macs messages: + msg379471 type: enhancement |
| 2020-06-24 12:26:30 | ronaldoussoren | set | keywords:
+ patch stage: patch review pull_requests: + pull_request20277 |
| 2020-06-24 12:16:28 | ronaldoussoren | create | |
