bpo-42692: fix __builtin_available check on older compilers by jmroot · Pull Request #23873 · python/cpython
A compiler that doesn't define __has_builtin will error out when it is used on the same line as the check for it.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
ned-deily pushed a commit that referenced this pull request
jmroot
deleted the
builtin-available
branch
adorilson pushed a commit to adorilson/cpython that referenced this pull request
…-23873) A compiler that doesn't define `__has_builtin` will error out when it is used on the same line as the check for it. Automerge-Triggered-By: GH:ronaldoussoren
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters