This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Switch to clang as default compiler in build-installer.py
Type: behavior Stage: resolved
Components: macOS Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: miss-islington, ned.deily, ronaldoussoren
Priority: normal Keywords: patch

Created on 2020-11-15 14:39 by ronaldoussoren, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 23298 merged ronaldoussoren, 2020-11-15 14:44
PR 25834 merged ned.deily, 2021-05-03 03:59
Messages (3)
msg381015 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2020-11-15 14:39
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
msg392755 - (view) Author: miss-islington (miss-islington) Date: 2021-05-03 01:29
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/90d523910a61290597b4599f17363b532f0a4411
msg392764 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2021-05-03 04:24
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
History
Date User Action Args
2022-04-11 14:59:38adminsetgithub: 86528
2021-05-03 04:24:01ned.deilysetmessages: + msg392764
2021-05-03 03:59:03ned.deilysetpull_requests: + pull_request24520
2021-05-03 01:30:02ned.deilysetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.10
2021-05-03 01:29:10miss-islingtonsetnosy: + miss-islington
messages: + msg392755
2020-11-15 14:44:08ronaldoussorensetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request22189
2020-11-15 14:39:28ronaldoussorencreate