New submission from Ronald Oussoren <ronaldousso...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41101>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to