[issue42476] Allow cross compiling python for macos-arm64 from macos-x86_64

2020-11-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've added some review comments to the PR. Note that cross building like this will not be as well tested by us as regular builds. -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker

[issue42476] Allow cross compiling python for macos-arm64 from macos-x86_64

2020-11-26 Thread Isuru Fernando
Change by Isuru Fernando : -- keywords: +patch pull_requests: +22407 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23523 ___ Python tracker ___ _

[issue42476] Allow cross compiling python for macos-arm64 from macos-x86_64

2020-11-26 Thread Isuru Fernando
New submission from Isuru Fernando : Only a few changes are needed and I will send a Pull request. This was used for providing macos-arm64 builds for conda where we are using cross compiling exclusively for all macos-arm64 builds -- components: Build messages: 381908 nosy: isuruf, wil