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 ned.deily
Recipients debohman, indygreg, lukasz.langa, miss-islington, ned.deily
Date 2022-03-15.07:16:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647328564.08.0.0499822672807.issue45405@roundup.psfhosted.org>
In-reply-to
Content
As of Xcode 13.3, released 2022-03-14 to support macOS 12.3 et al, the included Apple Clang (Apple clang version 13.1.6 (clang-1316.0.21.2)) now supports the  --print-multiarch option and so Python 3.8 and 3.7 are now vulnerable to this issue when building with that version of Xcode or Apple Command Line Tools on macOS. While both 3.8 and 3.7 are now in the security-fix-only phase of their life cycles and are not fully supported on macOS 12, you should still be able to run ./configure without error using the current Apple Developer Tools. PR 31889 and PR 31890 are backports of this to 3.8 and 3.7. Setting to "release blocker" priority for upcoming 3.8 and 3.7 releases.
History
Date User Action Args
2022-03-15 07:16:04ned.deilysetrecipients: + ned.deily, lukasz.langa, indygreg, debohman, miss-islington
2022-03-15 07:16:04ned.deilysetmessageid: <1647328564.08.0.0499822672807.issue45405@roundup.psfhosted.org>
2022-03-15 07:16:04ned.deilylinkissue45405 messages
2022-03-15 07:16:03ned.deilycreate