Message372246
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. |
|
| Date |
User |
Action |
Args |
| 2020-06-24 12:16:28 | ronaldoussoren | set | recipients:
+ ronaldoussoren, ned.deily |
| 2020-06-24 12:16:28 | ronaldoussoren | set | messageid: <1593000988.46.0.0606602806921.issue41101@roundup.psfhosted.org> |
| 2020-06-24 12:16:28 | ronaldoussoren | link | issue41101 messages |
| 2020-06-24 12:16:28 | ronaldoussoren | create | |
|