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: -arch detection in _osx_support generates false positives
Type: Stage: patch review
Components: Build, macOS Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: ned.deily Nosy List: dom1310df, isuruf, ned.deily, ronaldoussoren
Priority: normal Keywords: patch

Created on 2022-03-29 17:35 by isuruf, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 32178 open isuruf, 2022-03-29 17:36
Messages (2)
msg416278 - (view) Author: Isuru Fernando (isuruf) * Date: 2022-03-29 17:35
If `cflags` contains something like, `-I/Users/isuru/handy-archives-env/include`, then the code assumes that there is a `-arch` flag in it and errors with 

ValueError: Don't know machine value for archs=()
msg416280 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-29 17:57
Duplicate of bpo-46691 but since you've provide a PR, we'll follow up with this one, thanks.
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91310
2022-03-29 21:13:55dom1310dfsetnosy: + dom1310df
2022-03-29 17:59:46ned.deilylinkissue46691 superseder
2022-03-29 17:57:59ned.deilysetnosy: + ronaldoussoren, ned.deily
messages: + msg416280

assignee: ned.deily
components: + macOS
2022-03-29 17:36:57isurufsetkeywords: + patch
stage: patch review
pull_requests: + pull_request30256
2022-03-29 17:35:29isurufcreate