[New-bugs-announce] [issue41101] Support "arm64" in Mac/Tools/pythonw

Ronald Oussoren report at bugs.python.org
Wed Jun 24 08:16:28 EDT 2020


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

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.

----------
components: Build, macOS
messages: 372246
nosy: ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Support "arm64" in Mac/Tools/pythonw
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41101>
_______________________________________


More information about the New-bugs-announce mailing list