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.

Author vstinner
Recipients acmorrow, miss-islington, ned.deily, ronaldoussoren, vstinner, xrisk
Date 2021-05-25.10:58:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621940309.71.0.076908848074.issue43109@roundup.psfhosted.org>
In-reply-to
Content
Thanks to the bug report Andrew C. Morrow, it's now fixed.

Commits in main:

commit 59acfd4a09df1c141dac7845eed008af8970fce7
Author: Ned Deily <nad@python.org>
Date:   Mon May 24 23:00:04 2021 -0400

    bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
    
    Allow --with-lto configure option to work with Apple-supplied Xcode or
    Command Line Tools which do not provide llvm-ar.

commit 63f17c252ab1b9357c5f022296213c42d9629458 (HEAD -> main, upstream/main)
Author: Victor Stinner <vstinner@python.org>
Date:   Tue May 25 12:25:22 2021 +0200

    bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)


Commits in 3.10 branch:

commit ddc503c8d20c4893e69b5bf466ad85da6a3f0be6 (upstream/3.10, 3.10)
Author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date:   Tue May 25 03:56:37 2021 -0700

    bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
    
    (cherry picked from commit 63f17c252ab1b9357c5f022296213c42d9629458)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
History
Date User Action Args
2021-05-25 10:58:29vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, miss-islington, xrisk, acmorrow
2021-05-25 10:58:29vstinnersetmessageid: <1621940309.71.0.076908848074.issue43109@roundup.psfhosted.org>
2021-05-25 10:58:29vstinnerlinkissue43109 messages
2021-05-25 10:58:29vstinnercreate