[issue41100] Build failure on macOS 11 (beta)

2020-10-27 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +21923 pull_request: https://github.com/python/cpython/pull/21246 ___ Python tracker <https://bugs.python.org/is

[issue41100] Build failure on macOS 11 (beta)

2020-07-21 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +20728 pull_request: https://github.com/python/cpython/pull/21588 ___ Python tracker <https://bugs.python.org/is

[issue41100] Build failure on macOS 11 (beta)

2020-07-20 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +20721 pull_request: https://github.com/python/cpython/pull/21577 ___ Python tracker <https://bugs.python.org/is

[issue41100] Build failure on macOS 11 (beta)

2020-07-20 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +20720 pull_request: https://github.com/python/cpython/pull/21576 ___ Python tracker <https://bugs.python.org/is

[issue41100] Build failure on macOS 11 (beta)

2020-07-01 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +20418 pull_request: https://github.com/python/cpython/pull/21268 ___ Python tracker <https://bugs.python.org/is

[issue41100] Build failure on macOS 11 (beta)

2020-07-01 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +20414 pull_request: https://github.com/python/cpython/pull/21266 ___ Python tracker <https://bugs.python.org/is

[issue41100] Build failure on macOS 11 (beta)

2020-06-30 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +20399 pull_request: https://github.com/python/cpython/pull/21249 ___ Python tracker <https://bugs.python.org/is

[issue41100] Build failure on macOS 11 (beta)

2020-06-30 Thread Lawrence D';Anna
Lawrence D'Anna added the comment: I've created 3 patches for ctypes * use system libffi instead of vendored one on Mac OS 10.15 and up * use correct ABI for variadic functions on arm64 * check for libs in the dyld shared cache With those, test_ctypes should all pas

[issue41100] Build failure on macOS 11 (beta)

2020-06-30 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +20394 pull_request: https://github.com/python/cpython/pull/21242 ___ Python tracker <https://bugs.python.org/is

[issue41100] Build failure on macOS 11 (beta)

2020-06-30 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +20393 pull_request: https://github.com/python/cpython/pull/21241 ___ Python tracker <https://bugs.python.org/is

[issue41100] Build failure on macOS 11 (beta)

2020-06-30 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +20391 pull_request: https://github.com/python/cpython/pull/21239 ___ Python tracker <https://bugs.python.org/is

[issue41100] Build failure on macOS 11 (beta)

2020-06-29 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- pull_requests: +20382 pull_request: https://github.com/python/cpython/pull/21228 ___ Python tracker <https://bugs.python.org/is

[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 <https://bugs.python.org/issue41164> ___ ___ Python-bugs-list mailing list

[issue41100] Build failure on macOS 11 (beta)

2020-06-29 Thread Lawrence D';Anna
Change by Lawrence D'Anna : -- nosy: +lawrence-danna-apple nosy_count: 3.0 -> 4.0 pull_requests: +20381 pull_request: https://github.com/python/cpython/pull/21224 ___ Python tracker <https://bugs.python.org

[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,

[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 <https://bugs.python.org

[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: n