Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2021-01-04.11:01:55.926> created_at = <Date 2020-12-20.18:27:40.689> labels = ['OS-mac', 'build', '3.9', '3.10'] title = "Build fails on macOS when compiler doesn't define __has_builtin" updated_at = <Date 2021-01-04.11:01:55.926> user = 'https://github.com/jmroot'
bugs.python.org fields:
activity = <Date 2021-01-04.11:01:55.926> actor = 'ned.deily' assignee = 'none' closed = True closed_date = <Date 2021-01-04.11:01:55.926> closer = 'ned.deily' components = ['Build', 'macOS'] creation = <Date 2020-12-20.18:27:40.689> creator = 'jmr' dependencies = [] files = [] hgrepos = [] issue_num = 42692 keywords = ['patch'] message_count = 4.0 messages = ['383437', '384318', '384319', '384320'] nosy_count = 4.0 nosy_names = ['ronaldoussoren', 'ned.deily', 'jmr', 'miss-islington'] pr_nums = ['23873', '24090'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'compile error' url = 'https://bugs.python.org/issue42692' versions = ['Python 3.9', 'Python 3.10']
The text was updated successfully, but these errors were encountered:
The line in posixmodule.c that checks for __builtin_available is rejected by compilers that don't have __has_builtin. The second check needs to be in a nested #if.
Sorry, something went wrong.
New changeset df21f50 by Joshua Root in branch 'master': bpo-42692: fix __builtin_available check on older compilers (GH-23873) df21f50
New changeset eedeaef by Miss Islington (bot) in branch '3.9': bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24090) eedeaef
Thanks for the PR!
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: