[issue42362] Switch to clang as default compiler in build-installer.py

2021-05-02 Thread Ned Deily
Ned Deily added the comment: New changeset c3bfa762214e4fbe25699d75c0412791cefd7094 by Ned Deily in branch 'master': bpo-42362: use clang name on 10.9 builds as well (GH-25834) https://github.com/python/cpython/commit/c3bfa762214e4fbe25699d75c0412791cefd7094 --

[issue42362] Switch to clang as default compiler in build-installer.py

2021-05-02 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +24520 pull_request: https://github.com/python/cpython/pull/25834 ___ Python tracker ___ ___

[issue42362] Switch to clang as default compiler in build-installer.py

2021-05-02 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 ___ Python tracker ___

[issue42362] Switch to clang as default compiler in build-installer.py

2021-05-02 Thread miss-islington
miss-islington added the comment: New changeset 90d523910a61290597b4599f17363b532f0a4411 by Ronald Oussoren in branch 'master': bpo-42362: Switch to clang/clang++ as the default compiler in build-installer.py (GH-23298) https://github.com/python/cpython/commit/90d523910a61290597b4599f17363b5

[issue42362] Switch to clang as default compiler in build-installer.py

2020-11-15 Thread Ronald Oussoren
Change by Ronald Oussoren : -- keywords: +patch pull_requests: +22189 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/23298 ___ Python tracker _

[issue42362] Switch to clang as default compiler in build-installer.py

2020-11-15 Thread Ronald Oussoren
New submission from Ronald Oussoren : build-installer.py still defaults to gcc as the default compiler, even though clang has been the system compiler for ages (and gcc is an alias in anything remotely recent). PR is forthcoming -- assignee: ronaldoussoren components: macOS messages: