[issue41164] allow python to build for macosx-11.0-arm64

2020-06-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: FYI I have as of a couple of minutes ago received a developer transition kit and can, and will, test on the new hardware. -- ___ Python tracker ___

[issue41164] allow python to build for macosx-11.0-arm64

2020-06-29 Thread Lawrence D'Anna
Lawrence D'Anna added the comment: sound good, thanks -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue41164] allow python to build for macosx-11.0-arm64

2020-06-29 Thread Ned Deily
Ned Deily added the comment: Lawrence, thanks for the PR. We appreciate any insights from you all. We ahve already started to build using the first seed of Big Sur and have already committed some fixes. Rather than having multiple open issues covering the same topic, I'd like to suggest that

[issue41164] allow python to build for macosx-11.0-arm64

2020-06-29 Thread Lawrence D'Anna
Lawrence D'Anna added the comment: The tests do not all pass yet, I thought I'd try with the tiny patch to enable building on arm and follow up with more after I getting feedback. If you prefer, I can wait until I have a complete patch that addresses all test failures on arm, but if you want

[issue41164] allow python to build for macosx-11.0-arm64

2020-06-29 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: +Python 3.10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue41164] allow python to build for macosx-11.0-arm64

2020-06-29 Thread Dong-hee Na
Dong-hee Na added the comment: Thanks, Lawrence for the patch. I am happy to see the patch from the Apple team. By the way, is there any way to check that the CPython team can check all the tests works well on the ARM macOS? -- nosy: +corona10, ronaldoussoren ___

[issue41164] allow python to build for macosx-11.0-arm64

2020-06-29 Thread Lawrence D'Anna
Change by Lawrence D'Anna : -- pull_requests: +20376 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21224 ___ Python tracker ___ _

[issue41164] allow python to build for macosx-11.0-arm64

2020-06-29 Thread Lawrence D'Anna
New submission from Lawrence D'Anna : allow python to build for macosx-11.0-arm64, by adding the appropriate case to configure.ac -- components: Interpreter Core files: 0001-arm64.patch keywords: patch messages: 372641 nosy: lawrence-danna-apple priority: normal severity: normal status